From 87bdcb2d8ad7a5f15a7455f303c2317e677a2e1a Mon Sep 17 00:00:00 2001 From: wHyEt Date: Fri, 5 Jan 2024 02:18:54 +0100 Subject: [PATCH] bugfix --- Dockerfile | 1 + assets/entrypoint.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d73bc0e..4c85f0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN echo "Set FROM to $CI_FROM" ARG TARGETPLATFORM RUN echo "Building for ARCH $TARGETPLATFORM" +RUN apt-get update && apt-get install -y nano wget unzip gcc WORKDIR /data EXPOSE 1984 1984 diff --git a/assets/entrypoint.sh b/assets/entrypoint.sh index 327e2f9..a4289db 100644 --- a/assets/entrypoint.sh +++ b/assets/entrypoint.sh @@ -1,7 +1,5 @@ #!/bin/bash -apt-get update -apt-get -y install wget unzip nano gcc #set -e #3DPrinter_IP=${3DPrinter_IP:"0.0.0.0"}