mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
dockerfile: replace bretellofier pip with AUR install
This commit is contained in:
parent
651a14135b
commit
a275d1fefc
|
@ -50,8 +50,8 @@ RUN chsh -s /bin/zsh
|
|||
COPY --from=yay_builder /home/build/yay/*zst /tmp/
|
||||
RUN pacman --noconfirm -U /tmp/*zst && rm -rf /tmp/*zst
|
||||
|
||||
# bretellofier
|
||||
RUN pip --no-cache install --upgrade pip git+https://git.decapod.one/brethil/bretellofier
|
||||
# telegram notifications
|
||||
RUN yay -S bretellofier
|
||||
|
||||
# antibody
|
||||
RUN curl -sL https://git.io/antibody | sh -s - -b /usr/local/bin
|
||||
|
@ -60,8 +60,6 @@ RUN curl -sL https://git.io/antibody | sh -s - -b /usr/local/bin
|
|||
RUN curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
|
||||
|
||||
|
||||
RUN git clone https://git.decapod.one/brethil/dotfiles ${DOTFILES}
|
||||
COPY . ${DOTFILES}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user