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

music: fix dockerfile

parent 760da7c8
No related branches found
No related tags found
Loading
FROM samtools:1.7 FROM samtools:1.7
MAINTAINER Laurent Modolo MAINTAINER Laurent Modolo
ENV PACKAGES git=1:2.17* \ ENV MUSIC_VERSION=6613c53
build-essential=12.4* \ ENV PACKAGES g++
ca-certificates=20180409 \
zlib1g-dev=1:1.2.11*
RUN apt-get update && \ RUN apk update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \ apk add ${PACKAGES}
apt-get clean
RUN git clone https://github.com/gersteinlab/MUSIC.git && \ RUN git clone https://github.com/gersteinlab/MUSIC.git && \
cd MUSIC && \ cd MUSIC && \
......
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