We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d676e70 commit 420db43Copy full SHA for 420db43
Dockerfile
@@ -33,6 +33,13 @@ RUN apk add --no-cache perl-doc
33
# required for perl "use diagnostics", used by SampleName.pm
34
RUN apk add --no-cache db-dev
35
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
43
44
# Install perl modules
45
RUN cpan App:cpanminus
0 commit comments