diff --git a/Dockerfile b/Dockerfile index 1f06ec7dc..36ca73e3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN if [[ "${WASM}" == "true" ]]; then \ COPY . . -ENV CGO_ENABLED=0 +ENV CGO_ENABLED=1 RUN make WASM="${WASM}" MUSLC="${WASM}" build FROM alpine:3.18