From a275d1fefcd71644dd72c96586bb158f6da0faa0 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 28 Dec 2023 17:57:44 +0100 Subject: [PATCH] dockerfile: replace bretellofier pip with AUR install --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 09ac082..259c567 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}