set upgrade seconds image
This commit is contained in:
@@ -35,7 +35,7 @@ FROM base
|
|||||||
WORKDIR /srv/app
|
WORKDIR /srv/app
|
||||||
|
|
||||||
# Runtime Dependencies
|
# 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 /install /usr/local
|
||||||
COPY --from=builder /srv/app /srv/app
|
COPY --from=builder /srv/app /srv/app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user