Skip to content

Commit

Permalink
modules/Dockerfile.alpine: install curl
Browse files Browse the repository at this point in the history
Not all alpine-based images have curl that's needed to fetch the sources
of modules built.
  • Loading branch information
thresheek committed Aug 29, 2024
1 parent 8b08a26 commit 479f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY ./ /modules/
RUN apk update \
&& apk add linux-headers openssl-dev pcre2-dev zlib-dev openssl abuild \
musl-dev libxslt libxml2-utils make mercurial gcc unzip git \
xz g++ coreutils \
xz g++ coreutils curl \
# allow abuild as a root user \
&& printf "#!/bin/sh\\nSETFATTR=true /usr/bin/abuild -F \"\$@\"\\n" > /usr/local/bin/abuild \
&& chmod +x /usr/local/bin/abuild \
Expand Down

0 comments on commit 479f90a

Please sign in to comment.