diff --git a/Dockerfile b/Dockerfile index 910e8ab..32034d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ gnupg \ ca-certificates \ + unzip \ && rm -rf /var/lib/apt/lists/* # Install Node.js (required for Reflex)