Update build.sh

This commit is contained in:
Faraz Fallahi
2020-06-06 16:59:49 -04:00
parent aae1609f7c
commit 41cdb0dc37

View File

@@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
set -euxo pipefail set -euxo pipefail
docker pull ubuntu:latest
# Ubuntu dynamically linked # Ubuntu dynamically linked
docker build --force-rm -f Dockerfile -t fffaraz/qt:latest . docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .