File: Dockerfile.build-env

package info (click to toggle)
libcoap3 4.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,368 kB
  • sloc: ansic: 60,037; makefile: 1,280; sh: 938; python: 6
file content (7 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
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 \
  libgnutls28-dev libmbedtls-dev exuberant-ctags git valgrind \
  graphviz doxygen libxml2-utils xsltproc docbook-xml docbook-xsl asciidoc
RUN apt-get clean