Skip to content

Commit

Permalink
Fix Scratch Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Oct 8, 2021
1 parent 8c9ffa0 commit 898e6f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/images/kuzzle.scratch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN set -x \
xz \
zeromq-dev \
binutils \
libexecinfo-dev \
libexecinfo \
&& curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | sh -s -- -b /usr/local/bin \
&& curl -L https://github.com/tdewolff/minify/releases/download/v2.7.4/minify_2.7.4_linux_amd64.tar.gz > /tmp/minify_2.7.4_linux_amd64.tar.gz \
&& tar xf /tmp/minify_2.7.4_linux_amd64.tar.gz -C /usr/bin/
Expand Down

0 comments on commit 898e6f6

Please sign in to comment.