remove libs

This commit is contained in:
Kseninia Mikhaylova 2024-11-19 11:01:34 +03:00
parent 3bead1e7a3
commit 629a770e6f
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ WORKDIR ${WORKING_DIR}
RUN apt-get update RUN apt-get update
RUN apt-get install python3-pip -y RUN apt-get install python3-pip -y
RUN apt-get install python3-poetry -y RUN apt-get install python3-poetry -y
RUN apt-get install ffmpeg libsm6 libxext6 -y
RUN npm install --global @gltf-transform/cli
RUN poetry -vvv --version RUN poetry -vvv --version