diff --git a/Dockerfile b/Dockerfile index d870594..c346aee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ curl ca-certificates \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ - && apt-get purge -y curl \ && rm -rf /var/lib/apt/lists/* ENV NODE_ENV=production