next #1

Open
sneak wants to merge 27 commits from next into master
2 changed files with 7 additions and 2 deletions
Showing only changes of commit a53143c0d0 - Show all commits

View File

@ -1,4 +1,4 @@
default: build
.PHONY: build
build:
sudo docker build . 2>&1 | tee -a build.log

View File

@ -34,4 +34,9 @@ pip3 install black
# install prettier
# install vim-go
sudo -u $USERNAME_TO_ADD bash ./runuser.sh
sudo \
--preserve-env=USERNAME_TO_ADD \
--set-home \
--non-interactive \
-u $USERNAME_TO_ADD \
bash ./runuser.sh