Explorar el Código

Disable vips warnings in Dockerfile

DarthSim hace 6 años
padre
commit
7269ee5d41
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -82,6 +82,8 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
 COPY --from=0 /usr/local/bin/imgproxy /usr/local/bin/
 COPY --from=0 /root/libs/* /usr/local/lib/
 
+ENV VIPS_WARNING=0
+
 CMD ["imgproxy"]
 
 EXPOSE 8080