mirror of
https://github.com/wallabag/wallabag.git
synced 2026-02-27 06:07:36 +01:00
Merge 56f33aedde into cad5a24fb6
This commit is contained in:
@ -75,8 +75,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user