Skip to content

Commit

Permalink
fix zstd option
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic0berliner committed Nov 1, 2024
1 parent e149e17 commit 645de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk add --no-cache --no-check-certificate\
wget https://dbmx.net/tkrzw/pkg/tkrzw-1.0.25.tar.gz &&\
tar -xf tkrzw-1.0.25.tar.gz &&\
cd /tmp/tkrzw-1.0.25 && \
./configure --with-zstd && \
./configure --enable-zstd && \
make && \
make install && \
cd .. && \
Expand Down

0 comments on commit 645de36

Please sign in to comment.