Skip to content

Commit

Permalink
fix: install python3 on the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Nov 21, 2023
1 parent 1f60f2d commit 86bec5c
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 @@ -6,7 +6,7 @@ WORKDIR /app
RUN apt update && apt upgrade -y && apt autoremove -y

# Install utilities
RUN apt install curl build-essential python git -y
RUN apt install curl build-essential python3 git -y

COPY . ./

Expand Down

0 comments on commit 86bec5c

Please sign in to comment.