Removed wrong dependency installation

This commit is contained in:
Aaron Katz 2023-10-23 15:44:39 +02:00
parent c1217ef822
commit e55b5ff8b3

View File

@ -222,7 +222,7 @@ RUN --mount=type=cache,target=/root/.cache/pip/,id=pip-cache \
&& rm --recursive --force --verbose /var/tmp/* \
&& rm --recursive --force --verbose /var/cache/apt/archives/* \
&& truncate --size 0 /var/log/*log
RUN --mount=type=cache,target=/root/.cache/pip/,id=pip-cache python3 -m pip install --default-timeout=1000 django-auditlog
# copy backend
COPY --chown=1000:1000 ./src ./