Always automatically update docker container.
This commit is contained in:
parent
af8f85c3c4
commit
fca69b547b
@ -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