This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ RUN apt-get install -y \
|
||||
uuid-dev
|
||||
|
||||
## Install GONK specific dependencies
|
||||
RUN apt-get install -y fail2ban iptables net-tools
|
||||
RUN apt-get install -y fail2ban iptables net-tools cron
|
||||
|
||||
## Copy over source and other scripts
|
||||
COPY resources /build
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Starting pre-requisite services..."
|
||||
service cron start
|
||||
|
||||
echo "Starting Gonk node..."
|
||||
|
||||
echo " ______
|
||||
@@ -11,6 +14,8 @@ echo " ______
|
||||
|/\|/\|"
|
||||
|
||||
|
||||
|
||||
|
||||
if [ -f /var/gonk ]; then
|
||||
echo "Gonk has already been provisioned"
|
||||
service fail2ban start
|
||||
|
||||
Reference in New Issue
Block a user