Dockefiles: remove useless env variable

They will not work as expected as the new fontique doesn't use dlopen
This commit is contained in:
Olivier Goffart 2025-11-24 14:49:50 +01:00
parent 7e46ffa8ce
commit 42be0cf9dd
2 changed files with 0 additions and 4 deletions

View file

@ -20,5 +20,3 @@ ENV PATH=/cargo/bin:/rust/bin:$PATH
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN rustup target add $arch
ENV RUST_FONTCONFIG_DLOPEN=on