mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Fix #592 - Adjustment in Dockerfile to upgrade pip package
This commit is contained in:
@ -17,6 +17,7 @@ RUN apt-get update -y \
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip3 install --upgrade pip
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
Reference in New Issue
Block a user