mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
user
This commit is contained in:
parent
d9b720d413
commit
b055ea574d
1 changed files with 3 additions and 3 deletions
|
|
@ -426,9 +426,9 @@ WORKDIR $HOME
|
|||
ARG DOTFILES_CACHEBUST
|
||||
RUN DOTFILES_CACHEBUST=$DOTFILES_CACHEBUST echo "Building from dotfiles..."
|
||||
|
||||
# Clone user dotfiles
|
||||
RUN vcsh clone https://github.com/$DESKTOP_ENVIRONMENT_USER/dotfiles.git && \
|
||||
$HOME/.dotfiles-bootstrap.sh
|
||||
# Clone user dotfiles or fallback to sabrehagen dotfiles
|
||||
RUN vcsh clone https://github.com/$DESKTOP_ENVIRONMENT_USER/dotfiles.git || \
|
||||
vcsh clone https://github.com/sabrehagen/dotfiles.git && $HOME/.dotfiles-bootstrap.sh
|
||||
|
||||
# Record container build information
|
||||
ARG DESKTOP_CONTAINER_GIT_SHA
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue