dev: remove the home to avoid .bash_history

This commit is contained in:
Paul Mathieu 2025-09-14 18:33:24 +02:00
parent 716047531a
commit becc319419

View File

@ -9,7 +9,7 @@ RUN apt-get install nasm make
FROM deps AS dev FROM deps AS dev
WORKDIR /workspace WORKDIR /workspace
RUN adduser --home /workspace paul RUN adduser paul
USER 1000:1000 USER 1000:1000