mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
fix: investigation on missing eperd process
This commit is contained in:
parent
db5ba45a0c
commit
be9bbcd7b4
@ -52,7 +52,7 @@ RUN make install
|
||||
COPY entrypoint.sh /usr/local/bin
|
||||
RUN chmod +x /usr/local/bin/* \
|
||||
&& rm -rf /tmp/ripe-atlas-software-probe \
|
||||
&& apk del autoconf automake psmisc alpine-sdk libtool linux-headers
|
||||
&& apk del autoconf automake
|
||||
|
||||
WORKDIR /
|
||||
VOLUME [ "/etc/ripe-atlas", "/run/ripe-atlas/status", "/var/spool/ripe-atlas" ]
|
||||
|
@ -16,9 +16,6 @@ mkdir -p /var/spool/ripe-atlas/data
|
||||
chown -R ripe-atlas:ripe-atlas /var/spool/ripe-atlas/data || true
|
||||
mkdir -p /run/ripe-atlas/status
|
||||
chown -R ripe-atlas:ripe-atlas /run/ripe-atlas/status || true
|
||||
mkdir -p /run/ripe-atlas/pids
|
||||
chown -R ripe-atlas:ripe-atlas /run/ripe-atlas/pids || true
|
||||
touch /run/ripe-atlas/pids/perd-7.pid.vol
|
||||
mkdir -p /etc/ripe-atlas
|
||||
chown -R ripe-atlas:ripe-atlas /etc/ripe-atlas || true
|
||||
#mkdir -p /var/atlas-probe/state
|
||||
|
Loading…
x
Reference in New Issue
Block a user