Skip to content

Commit

Permalink
Merge pull request #4913 from avalonmediasystem/cjcolvar-patch-3
Browse files Browse the repository at this point in the history
Try upgrading to node 14
  • Loading branch information
cjcolvar authored Nov 2, 2022
2 parents 27d4d40 + c8d885d commit 577ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN echo "deb http://ftp.us.debian.org/debian/ bullseye main cont
&& echo "deb-src http://ftp.us.debian.org/debian/ bullseye main contrib non-free" >> /etc/apt/sources.list.d/bullseye.list \
&& cat /etc/apt/sources.list.d/bullseye.list \
&& apt-get update && apt-get install -y --no-install-recommends curl gnupg2 ffmpeg \
&& curl -sL http://deb.nodesource.com/setup_12.x | bash - \
&& curl -sL http://deb.nodesource.com/setup_14.x | bash - \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& cat /etc/apt/sources.list.d/nodesource.list \
Expand Down

0 comments on commit 577ec50

Please sign in to comment.