mirror of
https://github.com/obgm/libcoap.git
synced 2025-10-14 02:19:34 +08:00
Dockerfile.develop: Add package adduser
Installs the package adduser where /sbin/adduser apparently has been moved.
This commit is contained in:

committed by
Jon Shallow

parent
5fd2f89ef0
commit
95e1310ddc
@@ -19,6 +19,7 @@ FROM debian:testing-slim
|
||||
RUN apt-get update && apt-get install -y autoconf automake gcc g++ gdb libtool libtool-bin make \
|
||||
pkg-config libssl-dev libgnutls28-dev libmbedtls-dev
|
||||
RUN apt-get install -y iproute2 lsof net-tools inetutils-ping netcat-openbsd less vim
|
||||
RUN apt-get install -y adduser
|
||||
RUN apt-get clean
|
||||
|
||||
COPY --from=0 /usr/local/include/coap3 /usr/local/include/coap3
|
||||
|
Reference in New Issue
Block a user