Always automatically update docker container.
This commit is contained in:
parent
7a76519edb
commit
08716abfe8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user