Skip to content

Commit

Permalink
update boxs alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
imxieke committed May 9, 2024
1 parent da7cdc8 commit 190f7e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/boxs/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ RUN apk add --no-cache shadow musl-dev util-linux-misc linux-headers \
net-tools openssh openrc \
file gawk sed jq tar \
binutils procps htop \
python3 py3-pip && \
pip install supervisor && \
useradd -d /home/${RUN_USER} -c "Packages Builder" -m -s /bin/zsh ${RUN_USER} && \
&& useradd -d /home/${RUN_USER} -c "Packages Builder" -m -s /bin/zsh ${RUN_USER} && \
echo "${RUN_USER}:${PASSWD}" | chpasswd && \
echo "root:${PASSWD}" | chpasswd && \
echo "${RUN_USER} ALL=(ALL:ALL) NOPASSWD: ALL" >>/etc/sudoers && \
Expand Down

0 comments on commit 190f7e2

Please sign in to comment.