fix: re-add python3-dev
it's needed to build some python wheels like pycurl
This commit is contained in:
parent
a86891a923
commit
1a93e1bd41
|
|
@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libopenjp2-7 \
|
libopenjp2-7 \
|
||||||
libsodium-dev \
|
libsodium-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
python3-dev \
|
||||||
python3-libgpiod \
|
python3-libgpiod \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
### libsim for simulavr
|
### libsim for simulavr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue