Skip to content
Snippets Groups Projects
Unverified Commit af991e09 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

ucsc: fix Dockerfile

parent 5ad5735c
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment