added missing package names to dockerfiles
This commit is contained in:
parent
f6114a9384
commit
0e589141cd
@ -48,7 +48,7 @@ RUN \
|
||||
dnf install -y epel-release && \
|
||||
dnf install -y --enablerepo=powertools \
|
||||
subversion subversion-perl \
|
||||
httpd php php-gd php-pdo php-ldap \
|
||||
httpd php php-gd php-pdo php-ldap php-mbstring php-zip \
|
||||
perl-Digest-SHA perl-Config-Simple \
|
||||
perl-DBD-SQLite perl-LDAP perl-Mail-Sendmail perl-Switch \
|
||||
mod_dav_svn mod_perl diffutils sqlite && \
|
||||
|
@ -49,7 +49,7 @@ RUN \
|
||||
apt update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
|
||||
subversion apache2 \
|
||||
php libapache2-mod-php php-gd php-sqlite3 php-ldap \
|
||||
php libapache2-mod-php php-gd php-sqlite3 php-ldap php-mbstring php-zip \
|
||||
libapache2-mod-perl2 libapache2-mod-svn \
|
||||
libswitch-perl libconfig-simple-perl libdigest-sha-perl \
|
||||
libdbd-sqlite3-perl libnet-ldap-perl libsvn-perl libmail-sendmail-perl sqlite3 vim-tiny && \
|
||||
|
@ -17,6 +17,12 @@ ubnt: @srcdir@/codepot-@VERSION@.tar.gz
|
||||
$(DOCKER) build -t codepot:ubnt -f @srcdir@/Dockerfile.ubnt @srcdir@ || true
|
||||
rm -f @srcdir@/codepot-@VERSION@.tar.gz
|
||||
|
||||
push:
|
||||
$(DOCKER) tag codepot:rocky hyunghwan/codepot:rocky
|
||||
$(DOCKER) tag codepot:ubnt hyunghwan/codepot:ubnt
|
||||
$(DOCKER) push hyunghwan/codepot:rocky
|
||||
$(DOCKER) push hyunghwan/codepot:ubnt
|
||||
|
||||
@srcdir@/codepot-@VERSION@.tar.gz:
|
||||
cd .. && make dist
|
||||
cp ../codepot-@VERSION@.tar.gz @srcdir@/
|
||||
|
@ -428,6 +428,12 @@ ubnt: @srcdir@/codepot-@VERSION@.tar.gz
|
||||
$(DOCKER) build -t codepot:ubnt -f @srcdir@/Dockerfile.ubnt @srcdir@ || true
|
||||
rm -f @srcdir@/codepot-@VERSION@.tar.gz
|
||||
|
||||
push:
|
||||
$(DOCKER) tag codepot:rocky hyunghwan/codepot:rocky
|
||||
$(DOCKER) tag codepot:ubnt hyunghwan/codepot:ubnt
|
||||
$(DOCKER) push hyunghwan/codepot:rocky
|
||||
$(DOCKER) push hyunghwan/codepot:ubnt
|
||||
|
||||
@srcdir@/codepot-@VERSION@.tar.gz:
|
||||
cd .. && make dist
|
||||
cp ../codepot-@VERSION@.tar.gz @srcdir@/
|
||||
|
Loading…
Reference in New Issue
Block a user