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 5dd58f7 commit 2ac7da0
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
@@ -1,6 +1,6 @@
FROM ubuntu:latest

RUN apt update && apt install -y curl build-essential g++ git
RUN apt update && apt install -y curl build-essential g++ git python3

# Create a non-root user and group
RUN useradd -s /bin/sh -d /home/platformio -m docker
Expand Down

0 comments on commit 2ac7da0

Please sign in to comment.