Programatic envsubst install

This commit is contained in:
Gio 2024-03-18 06:39:14 +00:00
parent 37fada3539
commit 61a7670840

View file

@ -77,8 +77,7 @@ RUN mkdir -p /tmp/blackfire \
RUN npm install -g yarn
RUN curl -L -o /usr/local/bin/envsubst https://github.com/a8m/envsubst/releases/download/v1.1.0/envsubst-`uname -s`-`uname -m`; \
chmod +x /usr/local/bin/envsubst
RUN apt-get update && apt-get install -y gettext-base
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer