update eaf package

This commit is contained in:
2021-01-30 14:52:51 +01:00
parent 84eb4929ee
commit 5207af83cb
4981 changed files with 11795 additions and 761570 deletions

View File

@@ -1,12 +1,12 @@
FROM archlinux/base
RUN pacman -Syy && \
pacman -S sudo git emacs libpulse nss python python-pip python-dbus --noconfirm && \
pacman -S sudo git emacs libpulse nss python python-pip --noconfirm && \
yes|pacman -Scc
RUN pip install --upgrade pip
RUN pip install PyMuPDF grip qrcode pyqt5 && rm -rf /root/.cache
RUN pip install PyMuPDF qrcode pyqt5 epc retrying && rm -rf /root/.cache
RUN git clone --depth=1 https://github.com/manateelazycat/emacs-application-framework