latest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-16 04:28:48 -07:00
parent 8e0ade5673
commit e59a1b5085
7 changed files with 16 additions and 13 deletions

View File

@@ -1,10 +1,4 @@
.PHONY: build
build:
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
sudo docker build --build-arg UBUNTU_MIRROR=http://ubuntumirror.app.las1.eeqj.de/ubuntu . 2>&1 | tee -a build.log