From 3925111836aa5b322c1a43350b9133880fd529af Mon Sep 17 00:00:00 2001 From: WingKwan Lau Date: Wed, 21 Jul 2021 20:37:33 +0000 Subject: [PATCH] Wingkwan.lau development patch 49370 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d1a8cfb..482930e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ -- GitLab