diff --git a/Dockerfile b/Dockerfile index adb8d84..0c4a3e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ LABEL description="Secure 3D asset upload interface with Draco compression and G RUN apt-get update && apt-get install -y --no-install-recommends \ blender \ tini \ + curl \ && rm -rf /var/lib/apt/lists/* WORKDIR /app