Compare commits

...

1 Commits

Author SHA1 Message Date
saundersp
df6bf95eb9 Dockerfile : fixed unknown -lubsan flag 2025-08-30 10:22:43 +02:00

View File

@@ -14,7 +14,9 @@ WORKDIR /home/saundersp/sorting_algorithms
COPY *.cpp *.hpp Makefile ./ COPY *.cpp *.hpp Makefile ./
RUN make -j "$(nproc)" # Remove unusable flag
RUN sed -i 's/ -fsanitize=undefined//' Makefile \
&& make -j "$(nproc)"
FROM alpine:3.22.1 FROM alpine:3.22.1