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 3b3d0d7 commit 0a164f7Copy full SHA for 0a164f7
src/GZCTF/Dockerfile
@@ -9,7 +9,8 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
9
LC_ALL=en_US.UTF-8
10
11
WORKDIR /app
12
-RUN apk add --update --no-cache wget libpcap icu-data-full icu-libs ca-certificates libgdiplus tzdata && \
+RUN apk add --update --no-cache wget libpcap icu-data-full icu-libs \
13
+ ca-certificates libgdiplus tzdata krb5-libs && \
14
update-ca-certificates
15
16
COPY --from=build --chown=$APP_UID:$APP_UID /publish .
0 commit comments