diff --git a/Dockerfile b/Dockerfile index 9b589c9..574f51d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,6 @@ FROM klakegg/hugo:latest -RUN apt update && \ - apt install -y \ - curl \ - git \ - python3 +RUN apk add --no-cache curl git python3 EXPOSE 8000