From af991e0906b2698056a3e48183f614acfeb23edc Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Tue, 5 Feb 2019 12:12:10 +0100
Subject: [PATCH] ucsc: fix Dockerfile

---
 src/docker_modules/ucsc/375/Dockerfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/docker_modules/ucsc/375/Dockerfile b/src/docker_modules/ucsc/375/Dockerfile
index 7d0b2f0..30ce48d 100644
--- a/src/docker_modules/ucsc/375/Dockerfile
+++ b/src/docker_modules/ucsc/375/Dockerfile
@@ -3,7 +3,13 @@ MAINTAINER Laurent Modolo
 
 ENV PACKAGES apt-utils \
              curl \
-             build-essential
+             build-essential \
+             libssl-dev \
+             libpng-dev \
+             uuid-dev \
+             libmysqlclient-dev \
+             rsync
+
 
 RUN apt-get update && \
     apt-get install -y ${PACKAGES}
-- 
GitLab