UNCLASSIFIED

Commit cf225ff7 authored by alexander.klepal's avatar alexander.klepal
Browse files

Merge branch 'wingkwan.lau-development-patch-49370' into 'development'

Wingkwan.lau development patch 49370

See merge request !18
parents 23533273 39251118
Pipeline #379567 passed with stages
in 11 minutes and 16 seconds
......@@ -4,6 +4,9 @@ ARG BASE_TAG=8.4
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# yum Update
RUN yum update -y
# Set necessary environment variables for python and python development environment
ARG APP_ROOT=/opt/app-root
ENV PYTHON_VERSION=3.8 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment