Skip to content

Commit 0a164f7

Browse files
committed
chore(ci): update Dockerfile
1 parent 3b3d0d7 commit 0a164f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GZCTF/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
99
LC_ALL=en_US.UTF-8
1010

1111
WORKDIR /app
12-
RUN apk add --update --no-cache wget libpcap icu-data-full icu-libs ca-certificates libgdiplus tzdata && \
12+
RUN apk add --update --no-cache wget libpcap icu-data-full icu-libs \
13+
ca-certificates libgdiplus tzdata krb5-libs && \
1314
update-ca-certificates
1415

1516
COPY --from=build --chown=$APP_UID:$APP_UID /publish .

0 commit comments

Comments
 (0)