diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-07-16 11:17:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-07-16 11:17:35 +0100 |
commit | 8a37b57398e09ff13a7370b5119de734ecbc772a (patch) | |
tree | a3e4b2df250b70ec7d9e56265b5fca4b48a6c98a /bin/docker.preinit | |
parent | 3c7df6fa0186251363ea5a61a497b8920ecdb129 (diff) | |
parent | 1243e701620d71dfcf0eedb880f40e7fef59415d (diff) |
Merge branch '2930-sudo-optional'
Diffstat (limited to 'bin/docker.preinit')
-rw-r--r-- | bin/docker.preinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/docker.preinit b/bin/docker.preinit index 459e89de2..501878185 100644 --- a/bin/docker.preinit +++ b/bin/docker.preinit @@ -34,6 +34,7 @@ fi su $FMS_DB_USER -c "${FMS_ROOT}/bin/docker-cobrand" # Ensure things are up to date - schema, CSS, etc +${FMS_ROOT}/bin/install_packages docker su $FMS_DB_USER -c "${FMS_ROOT}/script/update" # Update reports |