mirror of https://github.com/MISP/misp-docker
Create user with sudo rights to run installer
parent
9ea94429d9
commit
dce488f08a
|
@ -14,6 +14,10 @@ RUN apt-get update && \
|
|||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
|
||||
RUN adduser misp sudo
|
||||
|
||||
USER misp
|
||||
|
||||
# Install script
|
||||
COPY INSTALL_NODB.sh .
|
||||
RUN chmod +x INSTALL_NODB.sh
|
||||
|
|
Loading…
Reference in New Issue