Skip to content

Commit

Permalink
Use specific user instead allow for all
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Nov 4, 2018
1 parent 7ec5a32 commit c88964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED 1
RUN sudo mkdir /RatS
COPY . /RatS
WORKDIR /RatS
RUN sudo chmod -R 777 .
RUN sudo chown -R seluser: .
RUN sudo pip3 install --no-cache-dir -r ./requirements.txt

CMD ["/bin/true"]

0 comments on commit c88964c

Please sign in to comment.