We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd08d1d commit 0af216eCopy full SHA for 0af216e
Dockerfile
@@ -21,7 +21,7 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
21
COPY --from=builder /app $JACRED_HOME/
22
23
RUN apk --no-cache --update add icu-libs && \
24
- apk add --no-cache privoxy busybox-cron
+ apk add --no-cache privoxy
25
26
COPY ./entrypoint.sh /entrypoint.sh
27
0 commit comments