Dockerfile : fixed unknown -lubsan flag
This commit is contained in:
@@ -14,7 +14,9 @@ WORKDIR /home/saundersp/sorting_algorithms
|
||||
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user