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

ucsc: add docker

parent 2bb534c5
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.8
MAINTAINER Laurent Modolo
ENV UCSC_VERSION=375
ENV PACKAGES rsync \
bash
RUN apk update && \
apk add ${PACKAGES}
RUN rsync -aP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/linux.x86_64/ /usr/bin/
#!/bin/sh
docker build src/docker_modules/ucsc/375/ -t 'ucsc:375'
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