Skip to content

Commit

Permalink
Dockerfile: use pre-built image and cleanup unused packets
Browse files Browse the repository at this point in the history
  • Loading branch information
obgm committed Oct 16, 2017
1 parent bea82fe commit 95a97c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 95a97c3

Please sign in to comment.