Add yarnpkg to developer dockerfile
This commit is contained in:
parent
3c3b988603
commit
f702d3c872
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
libxslt1-dev \
|
libxslt1-dev \
|
||||||
nodejs \
|
nodejs \
|
||||||
gosu \
|
gosu \
|
||||||
|
yarnpkg \
|
||||||
&& \
|
&& \
|
||||||
curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o ./google-chrome.deb && \
|
curl https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -o ./google-chrome.deb && \
|
||||||
apt install -y -qq --no-install-recommends ./google-chrome.deb && \
|
apt install -y -qq --no-install-recommends ./google-chrome.deb && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue