Skip to content

Commit

Permalink
🔨 Install pip as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 21, 2020
1 parent fb0fbb3 commit 047a0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ RUN \
libc-dev=0.7.2-r3 \
libffi-dev=3.3-r2 \
patch=2.7.6-r6 \
py3-pip=20.1.1-r0 \
python3-dev=3.8.5-r0 \
\
&& apk add --no-cache \
py3-pip=20.1.1-r0 \
python3=3.8.5-r0 \
\
&& pip install \
Expand Down

0 comments on commit 047a0ae

Please sign in to comment.