Skip to content

Commit 9036d66

Browse files
MasonXonmasonHaiHui886
authored
feat: Allow user replace python image (#38)
Co-authored-by: mason <[email protected]> Co-authored-by: HaiHui <[email protected]>
1 parent c175f07 commit 9036d66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
ARG BUILD_CN=false
2-
3-
FROM docker.io/python:3.10.14
4-
1+
ARG PYTHON_IMAGE=docker.io/python:3.10.14
2+
FROM ${PYTHON_IMAGE}
3+
# FROM python:3.10.14
54
# prepare the java env
65
WORKDIR /opt
76
# download jdk

0 commit comments

Comments
 (0)