Skip to content

Commit 7cd6208

Browse files
Add build argument for CN (#39)
- Add BUILD_CN argument for flexibility - Update base Python image reference Co-authored-by: Haihui.Wang <[email protected]>
1 parent 9036d66 commit 7cd6208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG PYTHON_IMAGE=docker.io/python:3.10.14
2+
ARG BUILD_CN=false
3+
24
FROM ${PYTHON_IMAGE}
35
# FROM python:3.10.14
6+
47
# prepare the java env
58
WORKDIR /opt
69
# download jdk

0 commit comments

Comments
 (0)