Skip to content

Commit

Permalink
Dockerfile.develop: Add package adduser
Browse files Browse the repository at this point in the history
Installs the package adduser where /sbin/adduser apparently has
been moved.
  • Loading branch information
obgm authored and mrdeep1 committed Oct 10, 2023
1 parent 5fd2f89 commit 95e1310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-env/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95e1310

Please sign in to comment.