dev: remove the home to avoid .bash_history
This commit is contained in:
parent
716047531a
commit
becc319419
@ -9,7 +9,7 @@ RUN apt-get install nasm make
|
||||
FROM deps AS dev
|
||||
|
||||
WORKDIR /workspace
|
||||
RUN adduser --home /workspace paul
|
||||
RUN adduser paul
|
||||
USER 1000:1000
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user