mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Add volume to proxstar-postgres
This commit is contained in:
parent
6ab066d5b6
commit
d36a5a3355
3 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM postgres:12
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y postgresql-plperl-12 postgresql-plpython3-12 libnet-ip-perl libnet-ldap-perl libnet-dns-perl libnet-snmp-perl libnet-server-mail-perl libcrypt-des-perl build-essential cpanminus \
|
||||
&& apt-get install -y postgresql-plperl-12 postgresql-plpython3-12 libnet-ip-perl libnet-ldap-perl libnet-dns-perl libnet-snmp-perl libnet-server-mail-perl libcrypt-des-perl build-essential cpanminus curl \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& cpanm Data::Validate::Domain \
|
||||
&& apt-get remove -y build-essential
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue