Skip to content

Commit 96b3fe2

Browse files
committed
llng dependences
1 parent ec73d16 commit 96b3fe2

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

httpd-uwc-llng/Dockerfile

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@ RUN set -eux; \
77
mc \
88
apache2 \
99
libapache2-mod-perl2 \
10-
;
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
1129
# ; \
1230
# rm -rf /var/lib/apt/lists/*
1331

0 commit comments

Comments
 (0)