We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2445dc3 + c2f9429 commit 009d11fCopy full SHA for 009d11f
pigpio/Dockerfile
@@ -5,10 +5,12 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
5
python2=2.7.18-3 \
6
python3=3.9.2-3 \
7
python-setuptools=44.1.1-1 \
8
- python3-setuptools=52.0.0-4 \
9
- git=1:2.30.2-1 \
+ git=1:2.30.2-1+deb11u2 \
10
build-essential=12.9
11
+# Choose right version for architecture
12
+RUN bash -c '[[ $(dpkg --print-architecture) == "armel" ]] && apt-get install -y --no-install-recommends python3-setuptools=52.0.0-4 || apt-get install -y --no-install-recommends python3-setuptools=52.0.0-4+deb11u1'
13
+
14
# hadolint ignore=DL3003
15
RUN git config --global advice.detachedHead false && \
16
git clone 'https://github.com/joan2937/pigpio.git' -b v79 /pigpio &&\
0 commit comments