We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec73d16 commit 96b3fe2Copy full SHA for 96b3fe2
httpd-uwc-llng/Dockerfile
@@ -7,7 +7,25 @@ RUN set -eux; \
7
mc \
8
apache2 \
9
libapache2-mod-perl2 \
10
-;
+ libapache2-reload-perl \
11
+ libapache-session-perl \
12
+ libnet-ldap-perl \
13
+ libcache-cache-perl \
14
+ libdbi-perl \
15
+ libwww-perl \
16
+ libxml-simple-perl \
17
+ libsoap-lite-perl \
18
+ libconfig-inifiles-perl \
19
+ libcgi-pm-perl \
20
+ libnet-cidr-lite-perl \
21
+ libmouse-perl \
22
+ libcrypt-rijndael-perl \
23
+ libcrypt-openssl-rsa-perl \
24
+ libcrypt-openssl-x509-perl \
25
+ libdigest-hmac-perl \
26
+ libio-string-perl \
27
+ libtest-pod-perl \
28
+ libtest-mockobject-perl
29
# ; \
30
# rm -rf /var/lib/apt/lists/*
31
0 commit comments