1
0
mirror of https://github.com/obgm/libcoap.git synced 2025-10-14 02:19:34 +08:00

Dockerfile: use pre-built image and cleanup unused packets

This commit is contained in:
Olaf Bergmann
2017-10-16 18:02:01 +02:00
parent bea82fef30
commit 95a97c349e

View File

@@ -1,10 +1,4 @@
FROM debian:testing-slim
RUN apt-get update && apt-get install -y autoconf automake gcc clang \
libtool libtool-bin make pkg-config libcunit1-dev libssl-dev \
exuberant-ctags
RUN apt-get install -y graphviz doxygen libxml2-utils xsltproc
RUN apt-get install -y docbook-xml docbook-xsl asciidoc-base
FROM obgm/libcoap:build-env
ENV libcoap_dir=/libcoap
ADD . $libcoap_dir