Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Do not install recommends
Browse files Browse the repository at this point in the history
This is also a workaround for:
moby/moby#514
moby/moby#963
  • Loading branch information
phanect committed Jul 16, 2016
1 parent 7baf0c7 commit 4123708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -68,7 +68,7 @@ sudo apt-get --fix-broken --yes install
dropbox autostart y
dropbox start -i

sudo apt-get install --yes $PKGS_INSTALL
sudo apt-get install --yes --no-install-recommends $PKGS_INSTALL

#
# Node.js Environment Setup
Expand Down

0 comments on commit 4123708

Please sign in to comment.