remove libs
This commit is contained in:
parent
3bead1e7a3
commit
629a770e6f
|
@ -6,8 +6,6 @@ WORKDIR ${WORKING_DIR}
|
|||
RUN apt-get update
|
||||
RUN apt-get install python3-pip -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue