Update build.sh

This commit is contained in:
Faraz Fallahi
2021-11-20 22:25:45 -05:00
parent f05404d161
commit efa309d828

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -euxo pipefail set -euxo pipefail
docker pull ubuntu:latest docker pull ubuntu:20.04
# 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 .