diff options
author | Richard Mortier <mor1@users.noreply.github.com> | 2019-06-21 15:58:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 15:58:58 +0100 |
commit | 51508033326feaae0d16ab8e851116d7874db27c (patch) | |
tree | 051888437df1538a78bce548dac71cc251a0c86e | |
parent | fa1d9e358558a4894ff1f0cc883a86466bf125f4 (diff) | |
parent | 449852b2408441d78c4d862c057c08ad9dbb246f (diff) | |
download | docker-abuild-51508033326feaae0d16ab8e851116d7874db27c.tar.bz2 docker-abuild-51508033326feaae0d16ab8e851116d7874db27c.tar.xz |
Merge pull request #24 from tcely/patch-1
Dockerfile: upgrade the installed packages
-rw-r--r-- | Dockerfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.in b/Dockerfile.in index d02d113..2b58167 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -12,6 +12,7 @@ RUN rm /etc/apk/repositories && \ RUN apk add --update-cache \ alpine-conf \ alpine-sdk \ + && apk upgrade -a \ && setup-apkcache /var/cache/apk RUN adduser -D builder \ |