Skip to content

Commit

Permalink
add zstd-dev and tkrz config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic0berliner committed Nov 1, 2024
1 parent cc2a215 commit e149e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --no-cache --no-check-certificate\
zlib \
zstd \
zstd-libs \
zstd-dev \
gcompat \
cairo-dev \
pango-dev \
Expand All @@ -28,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 && \
./configure --with-zstd && \
make && \
make install && \
cd .. && \
Expand Down

0 comments on commit e149e17

Please sign in to comment.