Skip to content

Commit ac06739

Browse files
committed
set python3 + Github CLI in the dockerfile
other optios seemingly could not install pip
1 parent 2fac4d4 commit ac06739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# If you need Python 3 and the GitHub CLI, then use:
2-
# FROM cicirello/pyaction:4
2+
FROM cicirello/pyaction:4
33

44
# If all you need is Python 3, use:
55
# FROM cicirello/pyaction-lite:3
66

77
# If Python 3 + git is sufficient, then use:
8-
FROM cicirello/pyaction:3
8+
# FROM cicirello/pyaction:3
99

1010
# To pull from the GitHub Container Registry instead, use one of these:
1111
# FROM ghcr.io/cicirello/pyaction-lite:3

0 commit comments

Comments
 (0)