Skip to content

Commit

Permalink
bump/specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LelandSindt committed Jul 2, 2022
1 parent a655923 commit 2064494
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
FROM balenalib/rpi-alpine:3.6
FROM balenalib/rpi-alpine:3.15
RUN [ "cross-build-start" ]
RUN apk update && \
apk add --no-cache 'python3=3.6.8-r0' && \
apk add --no-cache python3=3.9.7-r4 && \
apk add --no-cache --virtual build \
gcc \
make \
libc-dev \
linux-headers \
python3-dev && \
pip3 --disable-pip-version-check --no-cache-dir install rpi_ws281x \
adafruit-circuitpython-neopixel \
RPi.GPIO && \
gcc=10.3.1_git20211027-r0 \
make=4.3-r0 \
libc-dev=0.7.2-r3 \
linux-headers=5.10.41-r0 \
python3-dev=3.9.7-r4 \
py3-pip=20.3.4-r1 && \
pip --disable-pip-version-check --no-cache-dir install rpi_ws281x==4.2.4 \
adafruit-circuitpython-neopixel==6.3.3 \
RPi.GPIO==0.7.1 && \
apk del build && \
rm -v /var/cache/apk/*
RUN [ "cross-build-end" ]
Expand Down

0 comments on commit 2064494

Please sign in to comment.