mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Add dependency required for building the favicons with Webpack
This commit is contained in:
parent
c9db0cfe6e
commit
4ce20f76a2
|
|
@ -7,7 +7,7 @@ RUN apt-get update \
|
|||
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
||||
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y nodejs yarn bzip2
|
||||
&& apt-get install -y nodejs yarn bzip2 libfontconfig
|
||||
|
||||
WORKDIR /app
|
||||
CMD ["yarn", "start"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user