diff --git a/Dockerfile b/Dockerfile index 36f9415..21a2a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ postgresql-client \ gcc \ libpq-dev \ - cron \ && rm -rf /var/lib/apt/lists/* WORKDIR /app