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 6596a95 commit 7cdb80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mongotools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim
RUN apt-get update && apt-get -y install curl
RUN apt-get update && apt-get -y install curl && apt install krb5-user
ENV WDIR=/data/mongo
WORKDIR $WDIR
# download mongodb tools
Expand Down

0 comments on commit 7cdb80d

Please sign in to comment.