Sfoglia il codice sorgente

Fix env in CI Docker image

DarthSim 1 anno fa
parent
commit
c18503aaef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/Dockerfile

+ 1 - 0
.github/workflows/Dockerfile

@@ -40,6 +40,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
   && rm -rf /root/.rustup /root/.cargo
 
 ENV PATH="/root/.python/bin:$PATH"
+ENV LD_LIBRARY_PATH="/usr/local/lib"
 
 RUN \
   mkdir /root/vips \