File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY ${PACKAGE}_${TARGETARCH}.deb /
1818RUN userdel -r ubuntu && \
1919 apt-get update && \
2020 apt-get install -y --no-install-recommends \
21- wget openssl sysstat catdoc unrtf poppler-utils nginx tnef sudo libtre5 cron ca-certificates curl rsyslog gnupg mariadb-client-core python3 python3-mysqldb libzip5 \
21+ wget openssl sysstat bsdextrautils catdoc unrtf poppler-utils nginx tnef sudo libtre5 cron ca-certificates curl rsyslog gnupg mariadb-client-core python3 python3-mysqldb libzip5 \
2222 php-cli php-cgi php-mysql php-fpm php-zip php-ldap php-gd php-curl php-xml php-memcached && \
2323 apt-get clean && \
2424 rm -rf /var/lib/apt/lists/* && \
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ services:
3636 piler :
3737 image : sutoj/piler:${VERSION:-1.4.9}
3838 container_name : piler
39+ restart : unless-stopped
3940 init : true
4041 environment :
4142 - MANTICORE_HOSTNAME=manticore
@@ -72,6 +73,7 @@ services:
7273 memcached :
7374 image : memcached
7475 container_name : memcached
76+ restart : unless-stopped
7577 command : -m 64
7678
7779volumes :
You can’t perform that action at this time.
0 commit comments