Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri committed Mar 29, 2024
1 parent d54b91b commit 9929c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \

# Download, compile, and install Redis
RUN wget https://github.com/roshkhatri/valkey/archive/unstable.tar.gz && \
tar xvzf valkey-unstable.tar.gz && \
tar xvzf unstable.tar.gz && \
cd valkey-unstable && \
make && \
make install
Expand Down

0 comments on commit 9929c7e

Please sign in to comment.