1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Programatic envsubst install

This commit is contained in:
Gio 2024-03-18 06:39:14 +00:00 committed by Jérémy Benoist
parent 387224f830
commit 6aa9447756

View file

@ -75,8 +75,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