mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-08-22 08:17:26 +00:00
feat: full rootless setup (#165)
* use local devtools configs instead of global ones * make docker image rootless * add migration notes * fix setup command * fix regress jo
This commit is contained in:
@@ -2,8 +2,12 @@ FROM arcan1s/ahriman:edge
|
||||
|
||||
ENV ARCH32_KEYRING_VERSION="20231126-1.0"
|
||||
|
||||
USER root
|
||||
|
||||
RUN pacman-key --init
|
||||
|
||||
RUN pacman -Sy --noconfirm wget && \
|
||||
wget -nv https://pool.mirror.archlinux32.org/i686/core/archlinux32-keyring-${ARCH32_KEYRING_VERSION}-any.pkg.tar.zst && \
|
||||
pacman -U --noconfirm archlinux32-keyring-${ARCH32_KEYRING_VERSION}-any.pkg.tar.zst
|
||||
|
||||
USER ahriman
|
||||
|
||||
Reference in New Issue
Block a user