From 3e3bac2682321f2bfeebf756d89823eb3be42104 Mon Sep 17 00:00:00 2001 From: bjoernellens1 <64093272+bjoernellens1@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:15:15 +0100 Subject: [PATCH] update --- docker/Dockerfile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d4fb713..fa4e309 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -121,16 +121,10 @@ LABEL org.opencontainers.image.source=https://github.com/bjoernellens1/cps_loki # ENTRYPOINT [ "/usr/bin/OliveTin" ] -FROM jamesread/olivetin AS olivetin +FROM apline AS olivetin -USER root -RUN curl https://download.docker.com/linux/fedora/36/x86_64/stable/Packages/docker-compose-plugin-2.18.1-1.fc36.x86_64.rpm --output docker-compose-plugin.rpm -RUN microdnf -y install dnf \ - && dnf install -y ./docker-compose-plugin.rpm \ - && dnf clean all +RUN wget https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.apk +RUN apk add --allow-untrusted OliveTin_linux_amd64.apk -USER olivetin - -ENTRYPOINT [ "/usr/bin/OliveTin" ] \ No newline at end of file