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:
@@ -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
|
||||
|
Reference in New Issue
Block a user