aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Dockerfile
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-09-22 20:37:01 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-09-22 20:42:53 +0200
commite1328a170e677d922c18d68154511699c33c1478 (patch)
tree9f4b35f6a87375837f6d2023d5ffba41d4c54e33 /docker/core/Dockerfile
parent9a07ca5f3ddb729f70c9dc001262f6b5e011a6b4 (diff)
Swith to coreutils timeout
juju is not correctly stopped when no internet. Change-Id: Id06c6e829ab8a992107f655aac6ec4539e292d82 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit cda22d7db0bcca380e1caef76e171cd7753b6221)
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 26ffdccf7..e5600bd46 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/rocky
RUN apk --no-cache add --update \
python libffi openssl libjpeg-turbo py-pip bash \
- grep sed wget ca-certificates git openssh-client qemu-img iputils && \
+ grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils && \
apk --no-cache add --virtual .build-deps --update \
python-dev build-base linux-headers libffi-dev \
openssl-dev libjpeg-turbo-dev && \