Upgrade packages for security

Change-Id: I2203a588ebbe2dd87030acc1841f69a54a5e6b34
Partial-Bug: #1683173
This commit is contained in:
Sam Yaple 2017-04-16 19:52:13 +00:00
parent 22d99fb85e
commit 5dc9df4483
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 \