Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2715a72
)
Upgrade system first
42/72042/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Sat, 13 Feb 2021 19:29:02 +0000
(20:29 +0100)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Sat, 13 Feb 2021 19:35:10 +0000
(20:35 +0100)
Change-Id: I2d1b7816505370aa326e48c5aba3177a3fa844d3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
c152b35ecff671ea864ea4c55bcc1a7e244c9f73
)
(cherry picked from commit
7739a7a7b8bf857e4f26bcdfd8a41a86fbd0f4c5
)
docker/core/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/core/Dockerfile
b/docker/core/Dockerfile
index
ea6d69d
..
46eb4bc
100644
(file)
--- a/
docker/core/Dockerfile
+++ b/
docker/core/Dockerfile
@@
-3,7
+3,8
@@
FROM alpine:3.9
ARG BRANCH=stable/iruya
ARG OPENSTACK_TAG=stable/stein
-RUN apk --no-cache add --update \
+RUN apk -U upgrade && \
+ apk --no-cache add --update \
python3 libffi openssl libjpeg-turbo py3-pip bash \
grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap \
libstdc++ && \