Skip to content

Commit

Permalink
Remove unneeded packages from Docker dev container.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 17, 2023
1 parent 98b2b71 commit 12b9816
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .docker/netremote-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ FROM netremote as netremote-dev
RUN apt-get update && \
apt-get install -y --no-install-recommends \
# hostapd build dependencies.
# libnl-3-dev libssl-dev libwpa-client-dev libnl-genl-3-dev
# libnl-3-dev libssl-dev libnl-genl-3-dev
libnl-3-dev \
libnl-genl-3-dev \
libssl-dev \
libwpa-client-dev \
# wpa_supplicant build dependencies.
# libnl-3-dev libssl-dev libnl-genl-3-dev libdbus-c++-dev libnl-route-3-dev
libdbus-c++-dev \
Expand All @@ -86,9 +85,7 @@ RUN apt-get update && \
ssh \
sudo \
# Generic development tools.
# clang-format clang-tidy emacs gdb nano policycoreutils-python-utils python-is-python3 vim
clang-format \
clang-tidy \
# emacs gdb nano policycoreutils-python-utils python-is-python3 vim
emacs \
gdb \
nano \
Expand Down

0 comments on commit 12b9816

Please sign in to comment.