Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-careerjsm committed Jan 25, 2023
1 parent 39dff56 commit b5250cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN \
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - && \
echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list && \
apt-get update -qqy && \
apt-get upgrade -qqy && \
apt-get -qqy install google-chrome-unstable && \
ln -s /usr/bin/nodejs /usr/bin/node && \
npm install bower ember-cli -g && \
Expand Down

0 comments on commit b5250cf

Please sign in to comment.