From be0af671371fe2e3cc786f08ca813fc4bb4898b8 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 1 Jun 2017 16:21:24 -0500 Subject: [PATCH] Update Dockerfile --- static/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/static/Dockerfile b/static/Dockerfile index d9055b5..57f8479 100644 --- a/static/Dockerfile +++ b/static/Dockerfile @@ -5,6 +5,7 @@ apt -y update && \ apt -y upgrade && \ apt -y install build-essential git iputils-ping nano python wget && \ apt -y install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev && \ +apt -y install zlib1g-dev libssl-dev libmysqlclient-dev libsqlite3-dev libxslt-dev libxml2-dev libjpeg-dev libpng-dev libopus-dev && \ apt -y autoremove && \ apt -y autoclean && \ cd /opt && \