Add python3-dev to build dependencies (#282)

This commit is contained in:
Jorim Tielemans 2022-09-19 13:58:30 +02:00 committed by GitHub
parent 647638adbe
commit 489196bc42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ RUN \
apk add --no-cache --virtual .build-dependencies \ apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \ build-base=0.5-r3 \
py3-pip=22.1.1-r0 \ py3-pip=22.1.1-r0 \
python3-dev=3.10.5-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
nginx=1.22.0-r1 \ nginx=1.22.0-r1 \