Lines Matching +full:debian +full:- +full:build +full:- +full:testing
1 FROM obgm/libcoap:build-env
3 RUN apt-get update && apt-get install -y cmake git g++
4 RUN apt-get clean
10 RUN ./autogen.sh --clean && ./autogen.sh
11 RUN ./configure --disable-documentation --enable-tests --enable-examples --with-openssl && make ins…
14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins…
17 FROM debian:testing-slim
19 RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
20 pkg-config libssl-dev libgnutls28-dev libmbedtls-dev
21 RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
22 RUN apt-get clean
24 COPY --from=0 /usr/local/include/coap3 /usr/local/include/coap3
25 COPY --from=0 /usr/local/lib /usr/local/lib
26 COPY --from=0 /usr/local/bin/coap-client /usr/local/bin/
27 COPY --from=0 /usr/local/include/cn-cbor /usr/local/include/cn-cbor
31 RUN adduser --disabled-password --gecos '' $user
32 RUN chown -R $user:$user /home/$user