From 41cdb0dc3703c4d51e9b674098c81fb46a9b6f99 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 6 Jun 2020 16:59:49 -0400 Subject: [PATCH] Update build.sh --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 8742848..8dd1e5d 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,8 @@ #!/bin/bash set -euxo pipefail +docker pull ubuntu:latest + # Ubuntu dynamically linked docker build --force-rm -f Dockerfile -t fffaraz/qt:latest .