mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-03 10:08:28 -04:00
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:
parent
b172c692a1
commit
9b944142bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user