Always automatically update docker container.

This commit is contained in:
Faerbit 2014-12-03 11:17:24 +01:00
parent 7a76519edb
commit 08716abfe8

View File

@ -1,7 +1,7 @@
from ubuntu:trusty
run apt-get update
run apt-get upgrade
run apt-get update -y
run apt-get upgrade -y
run apt-get install -y build-essential
run apt-get install -y gcc-mingw-w64