aboutsummaryrefslogtreecommitdiff
path: root/arch-base-postgresql/vars.sh
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2015-11-28 17:37:27 +0700
committerMhd Sulhan <ms@kilabit.info>2015-11-28 17:37:27 +0700
commit2c0675fa446d7ba36b3860ba7e8894176d7178f8 (patch)
treeb4879dcb8fd096dbbfe3a86987d9a5f57f14ba9c /arch-base-postgresql/vars.sh
parent1e9c24d3f47fbf4b22241bebfc11de9c9c615f02 (diff)
downloadarch-docker-2c0675fa446d7ba36b3860ba7e8894176d7178f8.tar.xz
Do not replace content of PKGS_REMOVED.
Diffstat (limited to 'arch-base-postgresql/vars.sh')
-rwxr-xr-xarch-base-postgresql/vars.sh1
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")