rogaha / docker-desktop

Docker Desktop enables you to create virtual desktops that can be accessed remotely. It comes with Firefox and Libreoffice already installed!
1.15k stars 287 forks source link

apt-get update and apt-get upgrade #25

Closed gogaman7 closed 9 years ago

gogaman7 commented 9 years ago

-y flag is required for apt-get update otherwise, it does not actually update packages. apt-get upgrade -y is needed to update existing packages for security updates.

rogaha commented 9 years ago

LGTM

rogaha commented 9 years ago

Merging