mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-22 02:14:21 -05:00
Add dependency required for building the favicons with Webpack
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user