Added sysctl update for overlay fs to make dpkg work.
This commit is contained in:
parent
11451f205c
commit
e1c03e966e
@ -2,4 +2,7 @@
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user