mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-23 19:04:23 -05:00
Add bzip2 to fix issues with installing JS packages in Docker
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
|
||||
&& apt-get install -y nodejs yarn bzip2
|
||||
|
||||
WORKDIR /app
|
||||
CMD ["yarn", "start"]
|
||||
|
||||
Reference in New Issue
Block a user