From 57d028a3eabd12beaa774a8afd59b86d59368371 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:25:44 +0100 Subject: [PATCH] update --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c08162c..a765205 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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