added perl-Config-Simple to Dockerfile.rocky84

This commit is contained in:
hyung-hwan 2021-09-07 10:34:03 +00:00
parent 601d419dc0
commit 14c5679f89
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN dnf install -y epel-release
RUN dnf install -y \ RUN dnf install -y \
subversion subversion-perl \ subversion subversion-perl \
httpd php php-mysqli php-gd php-pdo \ 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 \ perl-DBD-MySQL perl-DBD-SQLite perl-LDAP \
mod_dav_svn mod_perl diffutils sqlite mod_dav_svn mod_perl diffutils sqlite

View File

@ -1,3 +1,4 @@
cd /tmp cd /tmp
svn co http://code.miflux.com/svn/codepot/trunk/codepot && \ svn co http://code.miflux.com/svn/codepot/trunk/codepot && \