Upgrade packages for security
Change-Id: I4a83f25d1f1176ffa41a4b8dd7d64f9af13286a6 Partial-Bug: #1683173
This commit is contained in:
parent
b3ec896a64
commit
f0ad38da0d
@ -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
1
debian/Dockerfile
vendored
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user