This commit is contained in:
iceBear67
2025-03-22 14:38:00 +08:00
parent 19940474d1
commit cb4f2cfebf
+2 -2
View File
@@ -1,8 +1,8 @@
FROM golang:1.24 FROM golang:1.24
RUN git clone https://github.com/iceBear67/bubble && cd bubble/ && bash ./build.sh RUN git clone https://github.com/iceBear67/bubble /bubble && cd /bubble/ && bash ./build.sh
FROM debian:11 FROM debian:11
COPY --from=0 /bubble/src/target/client /bin/bubble COPY --from=0 /bubble/target/client /bin/bubble
RUN <<EOF RUN <<EOF
apt-get update && apt-get upgrade apt-get update && apt-get upgrade
apt-get install -y curl jq neovim htop fish tmux sudo git apt-get install -y curl jq neovim htop fish tmux sudo git