Freeze requirements
This commit is contained in:
parent
669b687722
commit
5c594b5e41
3 changed files with 550 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ RUN set -ex; \
|
|||
DESTDIR="/python-libs" make install-python3
|
||||
|
||||
RUN mkdir -p /app/ops_bot
|
||||
COPY requirements.txt /app/requirements.txt
|
||||
COPY requirements.frozen.txt /app/requirements.txt
|
||||
RUN pip install --prefix="/python-libs" -r /app/requirements.txt
|
||||
|
||||
FROM docker.io/python:${PYTHON_VERSION}-alpine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue