Merge pull request #1373 from Alfresco/fix/ACS-2600-make-builds-reproducible

ACS-2600 Removing `yum update`s
This commit is contained in:
Piotr Żurek
2022-02-28 11:34:12 +01:00
committed by GitHub
@@ -27,7 +27,6 @@ RUN set -x \
-u "${USERID}" \
-o \
"${USERNAME}" \
&& yum update -y \
&& yum install -y unzip \
&& yum install -y lsof ca-certificates \
&& yum install -y wget \