maxweiss/insync1-base (latest)
Published 2025-02-19 07:27:03 +00:00 by maxweiss
Installation
docker pull forgejo.maxweiss.io/public/maxweiss/insync1-base:latestsha256:8e7a610898c091f83bcffb44b8d0d302f904a9647f948eb5abea9eaf219471d7Image layers
| COPY dir:a86e73c425c015010590980c532df04282ec4aa878128772c291979d2e9e713f in / |
| /bin/sh -c ldconfig |
| ENV LANG=en_US.UTF-8 |
| CMD ["/usr/bin/bash"] |
| COPY insync1-1.5.7-3-x86_64.pkg.tar.zst / # buildkit |
| COPY insync_1.5.7.37371-artful_amd64.deb / # buildkit |
| RUN /bin/sh -c echo "Server = https://mirrors.kernel.org/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist && echo "[archlinuxcn]" >> /etc/pacman.conf && echo "SigLevel = Optional TrustAll" >> /etc/pacman.conf && echo "Server = https://cdn.repo.archlinuxcn.org/\$arch" >> /etc/pacman.conf && echo "[blackarch]" >> /etc/pacman.conf && echo "SigLevel = Optional TrustAll" >> /etc/pacman.conf && echo "Server = https://www.blackarch.org/blackarch/\$repo/os/\$arch" >> /etc/pacman.conf && pacman-key --recv-key F9A6E68A711354D84A9B91637533BAFE69A25079 && pacman -Syy && pacman -S --needed --noconfirm binutils coreutils base-devel git pacman pacman-contrib shadow glibc alsa-lib libglvnd libxcomposite libxcursor libxrandr libxi libxtst nss python2 xdg-utils wget freetype2 fontconfig python2-pyqt4 ncurses5-compat-libs ncurses python2-pyside && yes y | pacman -Syuu && rm -f /etc/pacman.d/mirrorlist.pacnew && yes y | pacman -U /insync1-1.5.7-3-x86_64.pkg.tar.zst && rm -f /insync1-1.5.7-3-x86_64.pkg.tar.zst && rm -f /insync_1.5.7.37371-artful_amd64.deb && rm -rf /var/cache/pacman/pkg/ # buildkit |
| CMD ["/bin/bash" "-i"] |