Added some utilities to Dockerfile-dev

This patch adds telnet, sudo and vim to the development
Dockerfile-dev file for testing aprsd in a container
This commit is contained in:
Hemna 2023-06-22 15:51:45 -04:00
parent b172c692a1
commit 9b944142bd
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ ENV INSTALL=$HOME/install
RUN apt update
RUN apt install -y --no-install-recommends git build-essential bash fortune
RUN apt install -y libffi-dev python3-dev libssl-dev libxml2-dev libxslt-dev
RUN apt install -y telnet vim sudo
RUN apt install -y python3 python3-pip python3-dev python3-lxml
#RUN apt-get clean
RUN apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall netbase