diff --git a/Dockerfile b/Dockerfile index a97dce6..4710513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \ WORKDIR /app # 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/*