Fixed the RUN RUN command in Dockerfile.
This commit is contained in:
@@ -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/*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user