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

docker: fix ucsc img

parent a555e942
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ RUN curl -k -L http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v${UCSC_VERSION
tar xvf userApps.v${UCSC_VERSION}.src.tgz &&\
cd userApps/ && \
make &&\
cd .. &&\
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