summaryrefslogtreecommitdiff
path: root/build/docker/centos6/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'build/docker/centos6/Dockerfile')
-rw-r--r--build/docker/centos6/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/centos6/Dockerfile b/build/docker/centos6/Dockerfile
index 4df75decb..aa1973101 100644
--- a/build/docker/centos6/Dockerfile
+++ b/build/docker/centos6/Dockerfile
@@ -50,5 +50,5 @@ RUN curl -sSL https://cmake.org/files/v3.4/cmake-3.4.1.tar.gz | tar -xz && \
ENV THRIFT_ROOT /thrift
RUN mkdir -p $THRIFT_ROOT/src
-COPY scripts $THRIFT_ROOT
+COPY Dockerfile $THRIFT_ROOT/
WORKDIR $THRIFT_ROOT/src