HomeWrite.as

Fix the build in Docker after enabling go modules

Description

Fix the build in Docker after enabling go modules

Enabling go modules requires that GO111MODULE is set, so
we set it as an environment variable in the Dockerfile.

Also, go-bindata is meant to be installed globally, so we
force the install before enabling Go modules. Also, we update
Go to 1.12 to fix a couple module builds.

Details

Provenance
kaiyou <pierre@jaury.eu>Authored on Apr 19 2019, 10:48 AM
Parents
rWF7a07e1009b68: Include -config and -init-db steps in make install
Branches
Unknown
Tags
Unknown