upgrade apk packages
All checks were successful
Build and publish Image / build-and-push (push) Successful in 1m2s
All checks were successful
Build and publish Image / build-and-push (push) Successful in 1m2s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user