Skip to content

Commit f300288

Browse files
authored
Docker fixes (#477)
Signed-off-by: Janos SUTO <sj@acts.hu>
1 parent d3f4b07 commit f300288

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY ${PACKAGE}_${TARGETARCH}.deb /
1818
RUN 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/* && \

docker/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7779
volumes:

0 commit comments

Comments
 (0)