Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
✨ Adds Alpine Python 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 23, 2019
1 parent 56951e7 commit eb9411a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appdaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ RUN \
gcc=8.3.0-r0 \
libc-dev=0.7.1-r0 \
libffi-dev=3.2.1-r6 \
python3-dev=3.7.3-r0 \
\
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
&& apk add --no-cache \
python3=3.7.3-r0 \
\
&& pip3 install \
--no-cache-dir \
--find-links "https://wheels.hass.io/alpine-3.10/${BUILD_ARCH}/" \
-r /tmp/requirements.txt \
\
&& find /usr/local \
\( -type d -a -name test -o -name tests -o -name '__pycache__' \) \
Expand Down

0 comments on commit eb9411a

Please sign in to comment.