Fix falsy copy 71/70071/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 30 Apr 2020 12:57:58 +0000 (14:57 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 30 Apr 2020 12:57:58 +0000 (14:57 +0200)
Change-Id: I99603389727e5d595d17f5428cc43d381f722be2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 4f779e5..453dc31 100644 (file)
@@ -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++ && \