aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2020-04-30 12:58:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-04-30 12:58:37 +0000
commite700fa1516a1860843bf8d1219bfb24a1168b183 (patch)
treea58eeb39907bd358abb464fedaeb28ddb47c8c21
parentd7453f0799162b04ecec44b078d7b1117f2ee193 (diff)
parent4881d817d41f6efffc66da13f01ab20eba27631a (diff)
Merge "Fix falsy copy" into stable/kali
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 4f779e53a..453dc3194 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.11
ARG BRANCH=stable/kali
ARG OPENSTACK_TAG=stable/ussuri
-COPY Increase-Thread-stack-size.patch /tmp/Try-to-detect-the-race-conditions.patch
+COPY Try-to-detect-the-race-conditions.patch /tmp/Try-to-detect-the-race-conditions.patch
RUN 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++ && \