mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21: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/
|
COPY --from=yay_builder /home/build/yay/*zst /tmp/
|
||||||
RUN pacman --noconfirm -U /tmp/*zst && rm -rf /tmp/*zst
|
RUN pacman --noconfirm -U /tmp/*zst && rm -rf /tmp/*zst
|
||||||
|
|
||||||
# bretellofier
|
# telegram notifications
|
||||||
RUN pip --no-cache install --upgrade pip git+https://git.decapod.one/brethil/bretellofier
|
RUN yay -S bretellofier
|
||||||
|
|
||||||
# antibody
|
# antibody
|
||||||
RUN curl -sL https://git.io/antibody | sh -s - -b /usr/local/bin
|
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 \
|
RUN curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
RUN git clone https://git.decapod.one/brethil/dotfiles ${DOTFILES}
|
RUN git clone https://git.decapod.one/brethil/dotfiles ${DOTFILES}
|
||||||
COPY . ${DOTFILES}
|
COPY . ${DOTFILES}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user