aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libcoap/Dockerfile
diff options
context:
space:
mode:
authorGravatar Bhargava Shastry <bshas3@gmail.com>2018-07-02 16:12:19 +0200
committerGravatar Abhishek Arya <inferno@chromium.org>2018-07-02 07:12:19 -0700
commitd683797a4a7afb44f3574ef32f3005f552f6828c (patch)
tree5056cf2a32601e3592b2a992b4dc26c1d959a8b4 /projects/libcoap/Dockerfile
parent6b95c945ddb7262778d1bccc376e119aaa91a140 (diff)
Move libcoap test harness to its source repo (#1586)
Diffstat (limited to 'projects/libcoap/Dockerfile')
-rw-r--r--projects/libcoap/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/libcoap/Dockerfile b/projects/libcoap/Dockerfile
index d57cba0d..1a63bc52 100644
--- a/projects/libcoap/Dockerfile
+++ b/projects/libcoap/Dockerfile
@@ -20,4 +20,4 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config
RUN git clone --depth 1 https://github.com/obgm/libcoap.git libcoap
WORKDIR libcoap
-COPY build.sh *_target.c $SRC/
+COPY build.sh $SRC/