Same line cleanup for apt

This commit is contained in:
K
2025-07-23 01:47:22 +05:30
parent 0003858e3a
commit d4748fd99f
+1 -2
View File
@@ -8,8 +8,7 @@ LABEL description="Crop Compass is a centralized management dashboard designed f
# Update and upgrade
RUN apt update && apt upgrade -y && \
apt clean all && \
rm -rf /var/lib/apt/lists/*
apt clean all && rm -rf /var/lib/apt/lists/*
# Create non-root user
RUN useradd -s /bin/bash nonroot