upgrade apk packages
All checks were successful
Build and publish Image / build-and-push (push) Successful in 1m2s

This commit is contained in:
2024-02-04 07:52:17 +00:00
parent a151cab3a8
commit bebb06254c

View File

@@ -18,6 +18,7 @@ COPY requirements.txt /app
COPY ./src/conf/logrotate/tHome /etc/logrotate.d/
ENV PYTHONPATH=/app/src/python
RUN apk --update add --no-cache logrotate \
&& apk upgrade \
&& pip3 install --no-cache-dir --upgrade pip \
&& pip3 install --no-cache-dir -r requirements.txt
COPY . /app