Use LLVM linker, Dockerfile now works without GCC
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM ubuntu:latest AS builder
|
||||
|
||||
RUN apt-get update && apt-get -y install clang llvm lld make xorriso gcc
|
||||
RUN apt-get update && apt-get -y install clang llvm lld make xorriso
|
||||
|
||||
WORKDIR /usr/src/MOP3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user