mirror of https://github.com/MISP/misp-docker
Add bash to execute install script
parent
912d0a4932
commit
9ea94429d9
|
@ -17,7 +17,7 @@ ENV LANG en_US.UTF-8
|
||||||
# Install script
|
# Install script
|
||||||
COPY INSTALL_NODB.sh .
|
COPY INSTALL_NODB.sh .
|
||||||
RUN chmod +x INSTALL_NODB.sh
|
RUN chmod +x INSTALL_NODB.sh
|
||||||
RUN ./INSTALL_NODB.sh -A -u
|
RUN bash INSTALL_NODB.sh -A -u
|
||||||
|
|
||||||
# Supervisord Setup
|
# Supervisord Setup
|
||||||
RUN ( \
|
RUN ( \
|
||||||
|
|
Loading…
Reference in New Issue