added logrotate package...
This commit is contained in:
parent
eef2837998
commit
698c67ca11
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ echo " ## Installing packages ## " && \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
|
logrotate \
|
||||||
libmaxminddb && \
|
libmaxminddb && \
|
||||||
echo " ## Installing python modules ## " && \
|
echo " ## Installing python modules ## " && \
|
||||||
pip3 install --no-cache-dir -r requirements.txt
|
pip3 install --no-cache-dir -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue