mirror of
https://github.com/linuxserver/docker-baseimage-arch.git
synced 2026-03-16 00:01:42 +08:00
Move busybox install to pacstrap-stage
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
1ad3202c36
commit
733103cefd
@ -48,6 +48,7 @@ RUN \
|
||||
pacman -r /root-out -Sy --noconfirm \
|
||||
archlinux-keyring \
|
||||
bash \
|
||||
busybox \
|
||||
coreutils \
|
||||
curl \
|
||||
findutils \
|
||||
@ -109,9 +110,6 @@ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
|
||||
PATH="/lsiopy/bin:$PATH"
|
||||
|
||||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
pacman -Sy --noconfirm \
|
||||
busybox && \
|
||||
echo "**** create abc user and make our folders ****" && \
|
||||
groupadd -g 1000 users && \
|
||||
useradd -u 911 -U -d /config -s /bin/false abc && \
|
||||
|
||||
@ -49,6 +49,7 @@ RUN \
|
||||
pacman -r /root-out -Sy --noconfirm \
|
||||
archlinuxarm-keyring \
|
||||
bash \
|
||||
busybox \
|
||||
coreutils \
|
||||
curl \
|
||||
findutils \
|
||||
@ -110,9 +111,6 @@ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
|
||||
PATH="/lsiopy/bin:$PATH"
|
||||
|
||||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
pacman -Sy --noconfirm \
|
||||
busybox && \
|
||||
echo "**** create abc user and make our folders ****" && \
|
||||
groupadd -g 1000 users && \
|
||||
useradd -u 911 -U -d /config -s /bin/false abc && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user