Skip to content

Commit 479f90a

Browse files
committed
modules/Dockerfile.alpine: install curl
Not all alpine-based images have curl that's needed to fetch the sources of modules built.
1 parent 8b08a26 commit 479f90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY ./ /modules/
1515
RUN apk update \
1616
&& apk add linux-headers openssl-dev pcre2-dev zlib-dev openssl abuild \
1717
musl-dev libxslt libxml2-utils make mercurial gcc unzip git \
18-
xz g++ coreutils \
18+
xz g++ coreutils curl \
1919
# allow abuild as a root user \
2020
&& printf "#!/bin/sh\\nSETFATTR=true /usr/bin/abuild -F \"\$@\"\\n" > /usr/local/bin/abuild \
2121
&& chmod +x /usr/local/bin/abuild \

0 commit comments

Comments
 (0)