Explorar el Código

Add packages to slitheen image to facilitate building debs

Ian Goldberg hace 7 años
padre
commit
a94a2a9c9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      slitheen-docker/Dockerfile

+ 1 - 1
slitheen-docker/Dockerfile

@@ -1,6 +1,6 @@
 FROM ff_build_bootstrapped
 RUN sudo apt-get update
-RUN sudo apt-get install -y inetutils-ping libssl-dev libpcap0.8-dev ethtool tcpdump valgrind iptables telnet less
+RUN sudo apt-get install -y inetutils-ping libpcap0.8-dev ethtool tcpdump valgrind iptables telnet less dpkg-dev lsb-release
 WORKDIR /tmp/
 RUN wget https://www.openssl.org/source/openssl-1.1.0f.tar.gz
 RUN tar xzvf openssl-1.1.0f.tar.gz