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

docker: add bash to gffread:0.11.8

parent 48c10de5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ MAINTAINER Laurent Modolo
ENV GFFREAD_VERSION=0.11.8
ENV PACKAGES make \
g++
g++ \
bash
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