UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
DIAT
AAP Python
Commits
e72b8bb5
Commit
e72b8bb5
authored
Aug 17, 2021
by
WingKwan Lau
Browse files
Update Dockerfile
parent
6f44640a
Pipeline
#429844
passed with stages
in 12 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
e72b8bb5
...
...
@@ -49,7 +49,8 @@ RUN yum update -y
# - Create a Python virtual environment for use by any application to avoid potential conflicts with Python packages
# preinstalled in the main Python installation.
#RUN python$PYTHON_VERSION -m venv ${APP_ROOT} && /usr/bin/py-enable
RUN
python3
-m
venv
${
APP_ROOT
}
RUN
python
$PYTHON_VERSION
-m
venv
${
APP_ROOT
}
#RUN python3 -m venv ${APP_ROOT}
# Set up container user and adjust permissions to run in OpenShift environment
WORKDIR
${HOME}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment