1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: update abuild alias

This commit is contained in:
Joe Groocock 2018-03-26 18:35:46 +01:00
parent 151c74bb3f
commit 4d623f7119
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -65,11 +65,10 @@ which gopass 1>/dev/null 2>/dev/null && alias pass='gopass'
alias abuild='docker run -ti --rm \
-e USER \
-e PWD \
-e HOME \
-w $PWD \
-v $PWD:$PWD \
-v ~/.abuild:/home/$USER/.abuild \
-v ~/.config/git:/home/$USER/.config/git:ro \
-v ~/.gnupg:/home/$USER/.gnupg \
-v ~/.abuild:$HOME/.abuild \
frebib/alpine-sdk:edge abuild'
# System aliases