Add gettext-base package for envsubst

This commit is contained in:
Matthew Wild 2020-12-13 07:06:35 +00:00
parent c3018b06cf
commit fe8f57c01f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CMD ["/bin/sh", "/entrypoint.sh"]
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
tini nginx supervisor \
tini nginx supervisor gettext-base \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get autoremove -y \
&& rm -rf /var/cache/*