mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:51:59 +01:00
Added rsyslog to docker image
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
d4a57e386c
commit
e3189c56ae
@ -17,7 +17,7 @@ RUN apt-get update && \
|
|||||||
apt-get -y --no-install-recommends install \
|
apt-get -y --no-install-recommends install \
|
||||||
wget openssl sysstat php8.1-cli php8.1-cgi php8.1-mysql php8.1-fpm php8.1-zip php8.1-ldap \
|
wget openssl sysstat php8.1-cli php8.1-cgi php8.1-mysql php8.1-fpm php8.1-zip php8.1-ldap \
|
||||||
php8.1-gd php8.1-curl php8.1-xml php8.1-memcached catdoc unrtf poppler-utils nginx tnef sudo libzip4 \
|
php8.1-gd php8.1-curl php8.1-xml php8.1-memcached catdoc unrtf poppler-utils nginx tnef sudo libzip4 \
|
||||||
libtre5 cron libmariadb-dev mariadb-client-core-10.6 python3 python3-mysqldb ca-certificates curl && \
|
libtre5 cron libmariadb-dev mariadb-client-core-10.6 python3 python3-mysqldb ca-certificates curl rsyslog && \
|
||||||
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb && \
|
wget https://repo.manticoresearch.com/manticore-repo.noarch.deb && \
|
||||||
dpkg -i manticore-repo.noarch.deb && \
|
dpkg -i manticore-repo.noarch.deb && \
|
||||||
rm -f manticore-repo.noarch.deb && \
|
rm -f manticore-repo.noarch.deb && \
|
||||||
|
@ -181,6 +181,7 @@ start_services() {
|
|||||||
service cron start
|
service cron start
|
||||||
service php8.1-fpm start
|
service php8.1-fpm start
|
||||||
service nginx start
|
service nginx start
|
||||||
|
rsyslogd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user