|
@@ -53,6 +53,9 @@ RUN wget -O libzdb-3.1.tar.gz http://www.tildeslash.com/libzdb/dist/libzdb-3.1.t
|
|
|
RUN tar xvzf libzdb-3.1.tar.gz
|
|
|
RUN cd libzdb-3.1 && ./configure --without-postgresql --without-sqlite && make && make install
|
|
|
|
|
|
+RUN apt install -yq python-pip supervisor
|
|
|
+RUN pip install superfsmon
|
|
|
+
|
|
|
COPY script.sh /opt/script.sh
|
|
|
RUN chmod +x /opt/script.sh
|
|
|
CMD /opt/script.sh
|