fix path
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user