Skip to content

Commit

Permalink
fix: pio pkg update deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-scherrer committed Jun 14, 2023
1 parent 84cee0d commit b47306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.7-buster
ENV PIO_URL https://github.com/platformio/platformio-core/archive/develop.zip

RUN pip install -U ${PIO_URL} \
&& platformio update
&& pio pkg update

COPY bin/entrypoint.sh /bin/entrypoint.sh

Expand Down

0 comments on commit b47306a

Please sign in to comment.