Skip to content

Commit 5a410b4

Browse files
committed
chore(docker): fix LIBC arg not being parsed for last step
1 parent b6ff3a4 commit 5a410b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# syntax=docker/dockerfile:1
22

3+
ARG LIBC=musl
4+
35
# 1. shared toolchain (Rust + Zig + cargo-chef + cargo-zigbuild)
46
FROM --platform=$BUILDPLATFORM debian:trixie-slim AS builder-tools
57

@@ -115,3 +117,4 @@ EXPOSE 3000
115117
ENTRYPOINT ["./geode-index"]
116118

117119
FROM runtime-${LIBC:-musl} AS runtime
120+
ARG LIBC

0 commit comments

Comments
 (0)