diff --git a/Dockerfile b/Dockerfile index a9d7fe36..dd3d9ac9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,7 @@ WORKDIR /app COPY . . # Install system packages -RUN apk update --no-cache \ - && apk add --no-cache \ +RUN apk add --no-cache \ ca-certificates \ build-base \ python3 \