mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-13 22:52:39 +00:00
Merge ad8ab2c736
into a4a6eb580b
This commit is contained in:
commit
e6e79a20f3
1 changed files with 8 additions and 2 deletions
|
@ -76,8 +76,14 @@ 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 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 golang
|
||||
|
||||
RUN go install github.com/a8m/envsubst/cmd/envsubst@v1.1.0 \
|
||||
&& mv -v $HOME/go/bin/envsubst /usr/local/bin/envsubst \
|
||||
&& chmod +x /usr/local/bin/envsubst
|
||||
|
||||
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
|
||||
|
||||
|
|
Loading…
Reference in a new issue