chore(): Clean up apt cache
Some checks failed
build-container / docker (push) Has been cancelled

This commit is contained in:
Elia el Lazkani 2024-03-31 21:39:06 +02:00
parent 3539140df7
commit 185a905665

View file

@ -2,7 +2,7 @@ FROM python:3.12.2-slim-bookworm
RUN apt-get update > /dev/null && \
apt-get install -y -qq nodejs git > /dev/null && \
apt-get clean > /dev/null && \
rm -rf /var/lib/apt/list/* && \
useradd -m --uid 1010 --shell /bin/bash ansible
USER 1010