fix: dockerfile yarn
This commit is contained in:
parent
c2b3d30640
commit
786c9c1671
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ ARG CADDY_VERSION=2.11.2
|
|||
FROM node AS yarn_build
|
||||
WORKDIR /usr/app
|
||||
RUN apt-get update && apt-get install tar
|
||||
RUN npm install -g yarn
|
||||
RUN mkdir -p /usr/app/vendor/symfony
|
||||
RUN curl -L https://github.com/symfony/ux-autocomplete/archive/v2.7.1.tar.gz -o ux-autocomplete.tar.gz
|
||||
RUN tar -xzvf ux-autocomplete.tar.gz --directory /usr/app/vendor/symfony
|
||||
|
|
|
|||
Loading…
Reference in a new issue