Skip to content

Commit

Permalink
Update yarn apt repository only
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanzo committed Jul 3, 2018
1 parent 685a0f8 commit c6eea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicbrainz-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN cd musicbrainz-server && \
cd /tmp && \
apt-key add yarn_pubkey.txt && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt-get update && \
apt-get update -o Dir::Etc::sourcelist="sources.list.d/yarn.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" && \
curl -sLO https://deb.nodesource.com/node_8.x/pool/main/n/nodejs/nodejs_8.11.3-1nodesource1_amd64.deb && \
dpkg -i nodejs_8.11.3-1nodesource1_amd64.deb && \
apt-get install -y yarn
Expand Down

0 comments on commit c6eea05

Please sign in to comment.