diff --git a/Dockerfile b/Dockerfile index 95c9bc0..1421581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ / \ No newline at end of file +COPY root/ /