mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 17:22:57 +01:00
FIX: Create intelmq_persistence
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -46,7 +46,7 @@ RUN useradd -d /etc/intelmq -U -s /bin/bash intelmq \
|
|||||||
&& adduser intelmq sudo \
|
&& adduser intelmq sudo \
|
||||||
&& echo "%sudo ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \
|
&& echo "%sudo ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \
|
||||||
&& sudo chown -R intelmq:intelmq /etc/intelmq \
|
&& sudo chown -R intelmq:intelmq /etc/intelmq \
|
||||||
&& mkdir /opt/intelmq_persistence \
|
&& mkdir -p /opt/intelmq_persistence \
|
||||||
&& sudo chown -R intelmq:intelmq /opt/intelmq_persistence
|
&& sudo chown -R intelmq:intelmq /opt/intelmq_persistence
|
||||||
|
|
||||||
### Install IntelMQ
|
### Install IntelMQ
|
||||||
|
|||||||
Reference in New Issue
Block a user