Create user with sudo rights to run installer

Steven 2021-03-08 22:50:51 +01:00
parent 9ea94429d9
commit dce488f08a
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,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 .