Procházet zdrojové kódy

Merge branch 'master' of git-crysp.uwaterloo.ca:slitheen/testenv

cecylia před 7 roky
rodič
revize
0b8f3fbf7b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 libpcap0.8-dev ethtool tcpdump valgrind iptables telnet less dpkg-dev lsb-release
+RUN sudo apt-get install -y inetutils-ping libpcap0.8-dev ethtool tcpdump valgrind iptables telnet less dpkg-dev lsb-release libstartup-notification0-dev libjpeg-dev libbz2-dev libreadline-dev python-ply libvpx-dev libhunspell-dev libffi-dev libevent-dev libjsoncpp-dev locales ttf-bitstream-vera fonts-freefont-ttf fonts-dejima-mincho iso-codes software-properties-common
 WORKDIR /tmp/
 RUN wget https://www.openssl.org/source/openssl-1.1.0f.tar.gz
 RUN tar xzvf openssl-1.1.0f.tar.gz