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