Skip to content

Commit

Permalink
Install ps in replication job
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 25, 2024
1 parent fb4f5f3 commit abe8acb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions images/replication-job/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM developmentseed/osmseed-osm-processor:0.1.0-n802.h0d9f574

RUN apt-get update && \
apt-get install -y nginx python3-pip python3-venv && \
apt-get install -y \
nginx \
python3-pip \
python3-venv \
procps && \
rm -rf /var/lib/apt/lists/*

RUN python3 -m venv /opt/venv
Expand All @@ -14,4 +18,3 @@ COPY monitoring.py /
WORKDIR /mnt/data

CMD /start.sh

0 comments on commit abe8acb

Please sign in to comment.