trying to fix docker build

This commit is contained in:
thatben 2025-06-02 15:59:43 +02:00
parent 5f03dc1f35
commit 8b87f06ee2
No known key found for this signature in database
GPG Key ID: 62C543548433D43E

View File

@ -15,7 +15,7 @@ ARG NIMFLAGS
ARG USE_LIBBACKTRACE ARG USE_LIBBACKTRACE
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y cmake build-essential RUN apt-get update && apt-get install -y git cmake curl make bash lcov build-essential
WORKDIR ${BUILD_HOME} WORKDIR ${BUILD_HOME}
COPY . . COPY . .