seems to build now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-26 00:07:46 -07:00
parent e59a1b5085
commit 22de9e5fac
10 changed files with 279 additions and 205 deletions

View File

@@ -1,4 +1,13 @@
#export DOCKER_HOST := ssh://las1.eeqj.de
.PHONY: build
build:
sudo docker build --build-arg UBUNTU_MIRROR=http://ubuntumirror.app.las1.eeqj.de/ubuntu . 2>&1 | tee -a build.log
docker build \
--build-arg UBUNTU_MIRROR=http://us.archive.ubuntu.com/ubuntu \
-t sneak/work \
. \
2>&1 | tee -a build.log
enter:
docker run -ti --rm=true -e HOME=/home/user -e USER=user --user=user -v /home/sneak:/home/user/.home sneak/work /home/user/.nix-profile/bin/zsh