Skip to content

Commit 420db43

Browse files
authored
Updating Dockerfile to include bash to support WDL workflows. Adding other dependencies of updated BioPerl module. (#27)
1 parent d676e70 commit 420db43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ RUN apk add --no-cache perl-doc
3333
# required for perl "use diagnostics", used by SampleName.pm
3434
RUN apk add --no-cache db-dev
3535
RUN apk add --no-cache expat-dev
36+
# required for dependencies of BioPerl
37+
RUN apk add --no-cache openssl
38+
RUN apk add --no-cache openssl-dev
39+
RUN apk add --no-cache zlib
40+
RUN apk add --no-cache zlib-dev
41+
# required for WDL workflows to use RNApeg
42+
RUN apk add --no-cache bash
3643

3744
# Install perl modules
3845
RUN cpan App:cpanminus

0 commit comments

Comments
 (0)