This commit is contained in:
Remi Cadene
2024-07-14 17:25:27 +02:00
parent 8b4a1c7a7f
commit 0407b0dab2

View File

@@ -43,6 +43,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libsvtav1-dev libsvtav1enc-dev libsvtav1dec-dev \
libdav1d-dev
RUN echo "REMIREMIREMI"
RUN ls /usr/include | grep python
# Install gh cli tool
RUN (type -p wget >/dev/null || (apt update && apt-get install wget -y)) \