mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
fix build.
This commit is contained in:
parent
4340c27435
commit
d21262596c
1 changed files with 2 additions and 1 deletions
3
build
3
build
|
@ -290,8 +290,9 @@ else
|
|||
fi
|
||||
|
||||
log "Building base image: $BASE_IMAGE"
|
||||
docker run --rm -it \
|
||||
docker run --rm -i \
|
||||
-v ./:/src \
|
||||
-e "RUNTIME_DOCKERFILE=$RUNTIME_DOCKERFILE" \
|
||||
--workdir /src \
|
||||
--entrypoint go \
|
||||
golang:1.24-bullseye \
|
||||
|
|
Loading…
Add table
Reference in a new issue