mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Programatic envsubst install
This commit is contained in:
parent
37fada3539
commit
61a7670840
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue