dockerfile: replace bretellofier pip with AUR install

pull/7/head
bretello 2023-12-28 17:57:44 +01:00
parent 651a14135b
commit a275d1fefc
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 4 deletions

View File

@ -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}