This commit is contained in:
Remi Cadene 2024-07-14 17:31:12 +02:00
parent 0407b0dab2
commit 14bc60270f
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ 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)) \
&& mkdir -p -m 755 /etc/apt/keyrings \