From 8f6490c70085142463fdee05350c70c5cc891874 Mon Sep 17 00:00:00 2001 From: Mathijs Lermer Date: Wed, 27 Jul 2022 20:36:29 +0200 Subject: [PATCH] 'Hello_world/Dockerfile' updaten --- Hello_world/Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Hello_world/Dockerfile b/Hello_world/Dockerfile index df33f7a..d8ba574 100644 --- a/Hello_world/Dockerfile +++ b/Hello_world/Dockerfile @@ -1,15 +1,6 @@ ARG BUILD_FROM FROM $BUILD_FROM -# Install requirements for add-on -RUN \ - apk add --no-cache \ - python3 - -# Python 3 HTTP Server serves the current working dir -# So let's set it to our add-on persistent data directory. -WORKDIR /data - # Copy data for add-on COPY run.sh / RUN chmod a+x /run.sh