Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-10-03 16:50:32 -05:00
committed by GitHub
parent 4e442dd7a0
commit f35a0aed04

View File

@@ -3,7 +3,7 @@ MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
RUN \ RUN \
apt -y update && \ apt -y update && \
apt -y upgrade && \ apt -y upgrade && \
apt -y install iputils-ping nano \ apt -y install build-essential iputils-ping nano \
autoconf automake autopoint bash bison bzip2 flex gettext \ autoconf automake autopoint bash bison bzip2 flex gettext \
git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \ git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \
libtool-bin libltdl-dev libssl-dev libxml-parser-perl make \ libtool-bin libltdl-dev libssl-dev libxml-parser-perl make \