add hint message

This commit is contained in:
iceBear67
2025-03-22 15:07:47 +08:00
parent 5b4690e854
commit ae9c6d21c6
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ FROM debian:11
COPY --from=0 /bubble/target/client /bin/bubble
RUN <<EOF
apt-get update && apt-get upgrade
chmod +x /bin/bubble
apt-get install -y curl jq neovim htop fish tmux sudo git
useradd -m -s /bin/fish user
echo "user ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/user.conf