Fixed the RUN RUN command in Dockerfile.

This commit is contained in:
2025-04-04 19:06:25 +03:00
parent 4c35134d64
commit b45a0e7086

View File

@@ -9,7 +9,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
WORKDIR /app WORKDIR /app
# Install system dependencies required for MySQL and other libraries # Install system dependencies required for MySQL and other libraries
RUN RUN apt-get update && apt-get install -y --no-install-recommends git && \ RUN apt-get update && apt-get install -y --no-install-recommends git && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*