docker: remove pip cache

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2023-04-24 09:40:16 +02:00 committed by risson
parent f75c42ea7e
commit bf15e7b169
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ RUN apt-get update && \
apt-get remove --purge -y build-essential pkg-config libxmlsec1-dev libpq-dev python3-dev && \
apt-get autoremove --purge -y && \
apt-get clean && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ /root/.cache && \
adduser --system --no-create-home --uid 1000 --group --home /authentik authentik && \
mkdir -p /certs /media /blueprints && \
mkdir -p /authentik/.ssh && \