Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
acloudsecninja committed Jun 1, 2024
1 parent 6d609c6 commit 76b51c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ RUN mkdir -p /etc/mongod \
&& chown -R mongodb:mongodb /etc/mongod \
&& chmod -R 700 /etc/mongod

# Update Ubuntu base Image
RUN apt-get -y update
RUN apt-get -y upgrade

# Update Ubuntu base Image and remove uneeded packages
RUN set -eux; \
apt-get update; \
apt-get install -y gosu; \
Expand Down

0 comments on commit 76b51c4

Please sign in to comment.