This commit is contained in:
parent
355cba338a
commit
c93ec04ec7
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ WORKDIR /usr/local/searx
|
|||
|
||||
RUN apk upgrade --no-cache \
|
||||
&& apk add --no-cache -t build-dependencies \
|
||||
gcc="10.2.1_pre1-r3" \
|
||||
musl-dev="1.2.2-r0" \
|
||||
cargo="1.47.0-r2" \
|
||||
build-base="0.5-r2" \
|
||||
py3-setuptools="51.3.3-r0" \
|
||||
python3-dev="3.8.7-r0" \
|
||||
|
|
Reference in a new issue