Skip to content

Commit 0af216e

Browse files
committed
fix
1 parent fd08d1d commit 0af216e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
2121
COPY --from=builder /app $JACRED_HOME/
2222

2323
RUN apk --no-cache --update add icu-libs && \
24-
apk add --no-cache privoxy busybox-cron
24+
apk add --no-cache privoxy
2525

2626
COPY ./entrypoint.sh /entrypoint.sh
2727

0 commit comments

Comments
 (0)