fix some bugs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-04-11 16:11:49 -07:00
parent 7bc4fbffc5
commit 3a0c174769
6 changed files with 49 additions and 14 deletions

View File

@@ -1,4 +1,10 @@
.PHONY: build
build:
sudo docker build . 2>&1 | tee -a build.log
docker build . 2>&1 | tee -a build.log
export DOCKER_HOST := ssh://datavi.be
export UBUNTU_MIRROR := http://de.archive.ubuntu.com/ubuntu
buildremote:
docker build --build-arg UBUNTU_MIRROR=$(UBUNTU_MIRROR) . 2>&1 | tee -a build.log