diff --git a/core/Dockerfile b/core/Dockerfile index 9d1955b..eeac5e7 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -35,7 +35,7 @@ FROM base WORKDIR /srv/app # Runtime Dependencies -RUN apk --no-cache add tor curl +RUN apk update && apk upgrade && apk --no-cache add tor curl COPY --from=builder /install /usr/local COPY --from=builder /srv/app /srv/app