From b2a3ddea473ce663e59589b9e4395165612637d6 Mon Sep 17 00:00:00 2001 From: Torben Nehmer Date: Sun, 24 Feb 2019 18:27:02 +0100 Subject: [PATCH] Added pull of latest image --- build-container.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-container.sh b/build-container.sh index 24b36b1..0695c0c 100755 --- a/build-container.sh +++ b/build-container.sh @@ -5,4 +5,5 @@ set -ex # Required, otherwise package building will fail. echo N | sudo tee /sys/module/overlay/parameters/metacopy +docker pull drupal:8 docker build --force-rm -t nathan/drupal8 -f Dockerfile build