Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hydazz committed Sep 19, 2021
1 parent 3a4a509 commit aa948ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN set -xe && \
VERSION=$(curl -sL https://api.github.com/repos/esphome/esphome/releases/latest | \
jq -r '.tag_name'); \
fi && \
pip3 install -U \
pip install -U \
pip && \
pip3 install -U \
pip install -U \
esphome=="${VERSION}" && \
echo "**** cleanup ****" && \
apk del --purge \
Expand Down

0 comments on commit aa948ba

Please sign in to comment.