This commit is contained in:
@@ -15,6 +15,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Bun (used for the single-file `--compile` step)
|
||||
RUN curl -fsSL https://bun.sh/install | bash
|
||||
ENV PATH="/root/.bun/bin:${PATH}"
|
||||
|
||||
WORKDIR /source
|
||||
|
||||
CMD /source/build.sh
|
||||
|
||||
Reference in New Issue
Block a user