Added pull of latest image

This commit is contained in:
Torben Nehmer 2019-02-24 18:27:02 +01:00
parent e1c03e966e
commit b2a3ddea47

View File

@ -5,4 +5,5 @@ set -ex
# Required, otherwise package building will fail. # Required, otherwise package building will fail.
echo N | sudo tee /sys/module/overlay/parameters/metacopy echo N | sudo tee /sys/module/overlay/parameters/metacopy
docker pull drupal:8
docker build --force-rm -t nathan/drupal8 -f Dockerfile build docker build --force-rm -t nathan/drupal8 -f Dockerfile build