diff --git a/Dockerfile b/Dockerfile index d84800c..e1d98fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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