Add yarnpkg to developer dockerfile

This commit is contained in:
cmrd Senya 2022-07-17 13:18:15 +03:00
parent 3c3b988603
commit f702d3c872

View file

@ -19,6 +19,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
libxslt1-dev \
nodejs \
gosu \
yarnpkg \
&& \
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 && \