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

ucsc: install app in docker ...

parent af991e09
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,7 @@ ENV UCSC_VERSION=375
RUN curl -k -L http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v${UCSC_VERSION}.src.tgz -o userApps.v${UCSC_VERSION}.src.tgz &&\
tar xvf userApps.v${UCSC_VERSION}.src.tgz &&\
cd userApps/ && \
make
make &&\
mv userApps/bin/* /usr/bin/ &&\
rm -R userApps.v${UCSC_VERSION}.src.tgz &&\
rm -R userApps
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