Upgrade packages for security

Change-Id: I4a83f25d1f1176ffa41a4b8dd7d64f9af13286a6
Partial-Bug: #1683173
This commit is contained in:
Sam Yaple 2017-04-16 19:52:05 +00:00
parent b3ec896a64
commit f0ad38da0d
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ARG OVERRIDE=override
ADD $OVERRIDE /
RUN set -x \
&& yum upgrade -y \
&& yum install -y git \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \

1
debian/Dockerfile vendored
View File

@ -12,6 +12,7 @@ ADD $OVERRIDE /
RUN set -x \
&& apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git ca-certificates \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \

View File

@ -12,6 +12,7 @@ ADD $OVERRIDE /
RUN set -x \
&& apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git ca-certificates \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \