From 33cff434712ffde70c18cc74a492c66b38f3326d Mon Sep 17 00:00:00 2001 From: fbrand-new Date: Mon, 13 May 2024 17:22:03 +0200 Subject: [PATCH] Install iwconfig in dockerfile --- docker_stuff/docker_tourCore2/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_stuff/docker_tourCore2/Dockerfile b/docker_stuff/docker_tourCore2/Dockerfile index 7006609..74e4d6a 100644 --- a/docker_stuff/docker_tourCore2/Dockerfile +++ b/docker_stuff/docker_tourCore2/Dockerfile @@ -7,12 +7,12 @@ ARG yarp_branch="master" # Non-interactive installation mode ENV DEBIAN_FRONTEND=noninteractive -ENV DOCKER_UPDATED_ON=20_06_2023 +ENV DOCKER_UPDATED_ON=13_05_2024 # Install essentials RUN apt-get update && apt-get install -y apt-utils software-properties-common sudo psmisc lsb-release protobuf-compiler libatlas-base-dev \ tmux nano geany vim wget curl build-essential git gitk cmake cmake-curses-gui autoconf xserver-xorg-video-dummy xserver-xorg-legacy \ - net-tools terminator libjpeg-dev ffmpeg apt-transport-https ca-certificates gnupg libace-dev ycm-cmake-modules locales \ + net-tools terminator libjpeg-dev ffmpeg apt-transport-https ca-certificates gnupg libace-dev ycm-cmake-modules locales wireless-tools \ python3-setuptools python3-pip iproute2 python3-tornado swig lsof iftop iputils-ping gdb bash-completion btop mlocate && rm -rf /var/lib/apt/lists/* RUN pip3 install numpy bpytop