Skip to content
Snippets Groups Projects
Commit 59c351be authored by Simon Künzel's avatar Simon Künzel
Browse files

Add logrotate to Dockerfile

parent 8d50efd3
No related branches found
No related tags found
No related merge requests found
Pipeline #5900 passed
......@@ -15,7 +15,8 @@ RUN apk add --no-cache \
py3-pip \
# Required for psycopg
libpq-dev \
git
git \
logrotate
# create a virtual environment
RUN python3 -m venv /venv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment