Skip to content

Commit

Permalink
Merge pull request #1 from Poeschl-HomeAssistant-Addons/depdendency-u…
Browse files Browse the repository at this point in the history
…pdate

⬆️ Updated os packages
  • Loading branch information
Poeschl authored Sep 23, 2024
2 parents 2445dc3 + c2f9429 commit 009d11f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pigpio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ RUN apt-get update && apt-get -y --no-install-recommends install \
python2=2.7.18-3 \
python3=3.9.2-3 \
python-setuptools=44.1.1-1 \
python3-setuptools=52.0.0-4 \
git=1:2.30.2-1 \
git=1:2.30.2-1+deb11u2 \
build-essential=12.9

# Choose right version for architecture
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'

# hadolint ignore=DL3003
RUN git config --global advice.detachedHead false && \
git clone 'https://github.com/joan2937/pigpio.git' -b v79 /pigpio &&\
Expand Down

0 comments on commit 009d11f

Please sign in to comment.