fix: remove cron from apt-get to fix runc PID error in LXC environments

This commit is contained in:
2026-06-04 10:08:17 +10:00
parent f398043edf
commit d02eea23f2
-1
View File
@@ -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