pipech / erpnext-docker-debian

:whale: Self-contained ERPNext Docker Image base on Debian
MIT License
197 stars 122 forks source link

gettext missing from image #84

Closed carstenblt closed 4 years ago

carstenblt commented 4 years ago

Currently the image fails to start with

+ sudo -E /bin/bash -c 'envsubst '\''$NGINX_SERVER_NAME'\'' < nginx.temp > /etc/nginx/conf.d/default.conf'
/bin/bash: envsubst: command not found

Installing gettext fixes it.

pipech commented 4 years ago

Added.

https://github.com/pipech/erpnext-docker-debian/blob/8bf5f4d45d7c1b73b73dba49cc9ce27e66fc085b/Dockerfile#L174