Skip to content

Commit

Permalink
Merge pull request #2 from NebraLtd/dockerfile-fixes
Browse files Browse the repository at this point in the history
Pin specific versions.
  • Loading branch information
Ryan Walmsley authored Feb 5, 2021
2 parents d685f7c + bf6b6d0 commit cccdd77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM arm64v8/alpine:edge
WORKDIR /opt/nebraDiagnostics/

RUN apk add --no-cache \
python3 \
i2c-tools \
usbutils \
py3-qrcode \
py3-dbus
python3=3.8.7-r0 \
i2c-tools=4.2-r0 \
usbutils=013-r0 \
py3-qrcode=6.1-r2 \
py3-dbus=1.2.16-r2

RUN mkdir html
COPY startDiag.sh startDiag.sh
Expand Down

0 comments on commit cccdd77

Please sign in to comment.