Browse Source

Fix env in CI Docker image

DarthSim 1 year ago
parent
commit
c18503aaef
1 changed files with 1 additions and 0 deletions
  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
   && rm -rf /root/.rustup /root/.cargo
 
 
 ENV PATH="/root/.python/bin:$PATH"
 ENV PATH="/root/.python/bin:$PATH"
+ENV LD_LIBRARY_PATH="/usr/local/lib"
 
 
 RUN \
 RUN \
   mkdir /root/vips \
   mkdir /root/vips \