added perl-Config-Simple to Dockerfile.rocky84
This commit is contained in:
parent
601d419dc0
commit
14c5679f89
@ -7,7 +7,7 @@ RUN dnf install -y epel-release
|
||||
RUN dnf install -y \
|
||||
subversion subversion-perl \
|
||||
httpd php php-mysqli php-gd php-pdo \
|
||||
perl-Digest-SHA \
|
||||
perl-Digest-SHA perl-Config-Simple \
|
||||
perl-DBD-MySQL perl-DBD-SQLite perl-LDAP \
|
||||
mod_dav_svn mod_perl diffutils sqlite
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
|
||||
cd /tmp
|
||||
|
||||
svn co http://code.miflux.com/svn/codepot/trunk/codepot && \
|
||||
|
Loading…
Reference in New Issue
Block a user