Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Jan 11, 2024
1 parent 16be9f4 commit d8682d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN CODENAME=`lsb_release -cs` GNUPGHOME="$(mktemp -d)" && \
wget -qO- https://download.rethinkdb.com/repository/raw/pubkey.gpg | sudo apt-key add - && \
apt-get update && \
apt-get install rethinkdb && \
&& rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*

VOLUME ["/data"]

Expand Down

0 comments on commit d8682d3

Please sign in to comment.