add PL/sh language
npltr62 opened this issue · 3 comments
npltr62 commented
Do you have any tips to add PL/sh language in image?
NyakudyaA commented
npltr62 commented
ok thanks
the script was executed but packages wasn't installed.
docker command : docker run -d --name 'king' -v ${pwd}/plsh.sh:/docker-entrypoint-initdb.d/plsh.sh -p 5433:5432 -e POSTGRES_USER=docker -e POSTGRES_PASS=postgres -e IGNORE_INIT_HOOK_LOCKFILE=true kartoza/postgis:14-3.1
script : #!/bin/bash apt-get update apt-get install -y postgresql-14-plsh && echo 'Ok'