diff --git a/Dockerfile b/Dockerfile index 56604234..c8bc0f11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,7 @@ LABEL maintainer="gilbn" RUN \ echo " ## Installing packages ## " && \ apk add --no-cache --virtual=build-dependencies \ - python3 \ - curl && \ + python3 && \ echo "**** install theme.park ****" && \ mkdir -p /app/themepark