attempt to fix docker build

This commit is contained in:
thatben 2025-06-02 15:41:19 +02:00
parent 1b7137a75e
commit 5f03dc1f35
No known key found for this signature in database
GPG Key ID: 62C543548433D43E

View File

@ -19,8 +19,8 @@ RUN apt-get update && apt-get install -y cmake build-essential
WORKDIR ${BUILD_HOME}
COPY . .
RUN nimble install nimble
RUN nimble build
RUN make -j ${MAKE_PARALLEL} update
RUN make -j ${MAKE_PARALLEL}
# Create
FROM ${IMAGE}