diff --git a/Dockerfile b/Dockerfile index 4eee2e0..653292c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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