Skip to content
Snippets Groups Projects
Commit 479f90ad authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Konstantin Pavlov
Browse files

modules/Dockerfile.alpine: install curl

Not all alpine-based images have curl that's needed to fetch the sources
of modules built.
parent 8b08a261
Branches
Tags
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment