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

gffread: fix missing \ in Dockerfile

parent 92007b4a
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ MAINTAINER Laurent Modolo ...@@ -4,7 +4,8 @@ MAINTAINER Laurent Modolo
ENV GFFREAD_VERSION=0.11.8 ENV GFFREAD_VERSION=0.11.8
ENV PACKAGES make \ ENV PACKAGES make \
g++ \ g++ \
bash bash \
perl
RUN apk update && \ RUN apk update && \
apk add ${PACKAGES} && \ apk add ${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