From f35a0aed042cce781115a67e99f1811b297b787a Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 3 Oct 2017 16:50:32 -0500 Subject: [PATCH] Update Dockerfile --- windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index 3051908..58dd332 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Faraz Fallahi RUN \ apt -y update && \ 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 \ git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \ libtool-bin libltdl-dev libssl-dev libxml-parser-perl make \