diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 17:37:27 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 17:37:27 +0700 |
| commit | 2c0675fa446d7ba36b3860ba7e8894176d7178f8 (patch) | |
| tree | b4879dcb8fd096dbbfe3a86987d9a5f57f14ba9c /arch-base-postgresql | |
| parent | 1e9c24d3f47fbf4b22241bebfc11de9c9c615f02 (diff) | |
| download | arch-docker-2c0675fa446d7ba36b3860ba7e8894176d7178f8.tar.xz | |
Do not replace content of PKGS_REMOVED.
Diffstat (limited to 'arch-base-postgresql')
| -rwxr-xr-x | arch-base-postgresql/vars.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch-base-postgresql/vars.sh b/arch-base-postgresql/vars.sh index 4c4785e..3df9ec8 100755 --- a/arch-base-postgresql/vars.sh +++ b/arch-base-postgresql/vars.sh @@ -4,7 +4,6 @@ THISD=${0:a:h} PKGS+=("util-linux") PKGS_ADD+=("postgresql") -PKGS_REMOVED=() IMAGE_NAME="sulhan/arch-postgresql" IMAGE_ARGS=(-c="VOLUME /var/lib/postgres" -c="EXPOSE 5432" -c="CMD /init.sh") |
