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}