aboutsummaryrefslogtreecommitdiff
path: root/projects/lxc/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/lxc/Dockerfile')
-rw-r--r--projects/lxc/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/lxc/Dockerfile b/projects/lxc/Dockerfile
index 3d581d4cd..375c22485 100644
--- a/projects/lxc/Dockerfile
+++ b/projects/lxc/Dockerfile
@@ -19,4 +19,4 @@ RUN apt-get update && \
apt-get install -y pkgconf make libtool automake autoconf
RUN git clone --depth 1 https://github.com/lxc/lxc
WORKDIR lxc
-COPY build.sh *.c $SRC/
+COPY build.sh $SRC/