Add unattended to MISP install script

Steven 2021-03-08 22:02:34 +01:00
parent 3f9e97df67
commit 90a2ccdbd8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ENV LANG en_US.UTF-8
# Install script
COPY INSTALL_NODB.sh .
RUN chmod +x INSTALL_NODB.sh
RUN ./INSTALL_NODB.sh
RUN ./INSTALL_NODB.sh -u
# Supervisord Setup
RUN ( \