Added sysctl update for overlay fs to make dpkg work.

This commit is contained in:
Torben Nehmer 2018-12-08 15:38:35 +01:00
parent 11451f205c
commit e1c03e966e

View File

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