This commit is contained in:
bjoernellens1 2023-11-30 11:25:44 +01:00 committed by GitHub
parent c8eee2c599
commit 57d028a3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ FROM alpine AS olivetin
RUN wget https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.apk
RUN apk add --allow-untrusted OliveTin_linux_amd64.apk
RUN apk add --allow-untrusted OliveTin_linux_amd64.apk docker-cli-compose
# Expose the default OliveTin port
EXPOSE 1337