mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 12:31:02 +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 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`; \
|
RUN apt-get update && apt-get install -y gettext-base
|
||||||
chmod +x /usr/local/bin/envsubst
|
|
||||||
|
|
||||||
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue