Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trivarialthea authored Mar 24, 2024
1 parent 169b4dc commit e7fea6d
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 @@ -7,7 +7,7 @@ RUN useradd -s /bin/sh -d /home/platformio -m docker
USER docker:docker

# Install PlatformIO Core
RUN wget -O get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
copy get-platformio.py .
RUN python3 get-platformio.py
ENV PATH=/home/platformio/.platformio/penv/bin:$PATH

Expand Down

0 comments on commit e7fea6d

Please sign in to comment.