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
ENV GFFREAD_VERSION=0.11.8
ENV PACKAGES make \
g++ \
bash
bash \
perl
RUN apk update && \
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