From 979d5ff680596e9bf67ca22cc0b24467defdfcb2 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 6 Jun 2020 17:14:56 -0400 Subject: [PATCH] Update Dockerfile.mxe --- Dockerfile.mxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mxe b/Dockerfile.mxe index d839025..46ccc3a 100644 --- a/Dockerfile.mxe +++ b/Dockerfile.mxe @@ -5,7 +5,7 @@ RUN \ export DEBIAN_FRONTEND=noninteractive && \ apt -y update && \ apt -y upgrade && \ - apt -y install + apt -y install \ autoconf automake autopoint bash bison build-essential bzip2 flex \ g++ g++-multilib gettext git gperf intltool iputils-ping libc6-dev-i386 \ libffi-dev libgdk-pixbuf2.0-dev libltdl-dev libssl-dev libtool-bin \