fix: add -y

This commit is contained in:
iceBear67
2025-09-25 18:04:11 +08:00
parent 8bd1574024
commit 3c29c6ef60
+2 -2
View File
@@ -5,8 +5,8 @@ RUN git clone https://github.com/iceBear67/bubble .
FROM debian:13 FROM debian:13
COPY --from=0 --chmod=0755 /src/bubble.sh /bin/bubble COPY --from=0 --chmod=0755 /src/bubble.sh /bin/bubble
RUN <<EOF RUN <<EOF
apt update apt update -y
apt upgrade apt upgrade -y
chmod +x /bin/bubble chmod +x /bin/bubble
apt install -y curl jq neovim htop fish tmux sudo git iproute2 iputils-ping dnsutils openssh-sftp-server build-essential htop tini apt install -y curl jq neovim htop fish tmux sudo git iproute2 iputils-ping dnsutils openssh-sftp-server build-essential htop tini
useradd -m -s /usr/bin/fish user useradd -m -s /usr/bin/fish user