Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Jan 11, 2024
1 parent b4c3a5c commit 1f77884
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 @@ -30,7 +30,7 @@ RUN CODENAME="bookworm" GNUPGHOME="$(mktemp -d)" && \
echo "deb https://download.rethinkdb.com/repository/debian-$CODENAME $CODENAME main" > /etc/apt/sources.list.d/rethinkdb.list && \
wget -qO- https://download.rethinkdb.com/repository/raw/pubkey.gpg | apt-key add - && \
apt-get update && \
apt-get install rethinkdb && \
apt-get install -y rethinkdb && \
rm -rf /var/lib/apt/lists/*

VOLUME ["/data"]
Expand Down

0 comments on commit 1f77884

Please sign in to comment.