Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Oct 19, 2023
1 parent 3d025c1 commit 1ab4f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mongodb/source/dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim as tools
RUN apt-get update && apt-get -y install curl
RUN apt-get update && apt-get -y install curl && apt-get -y install krb5-user
ENV WDIR=/data/tools
WORKDIR $WDIR
# download mongodb tools
Expand Down

0 comments on commit 1ab4f44

Please sign in to comment.