Skip to content

Commit

Permalink
switch to pip-tools, use flask-mongorest-tschaume
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 25, 2022
1 parent a3c229d commit ec6ca48
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 17 deletions.
1 change: 0 additions & 1 deletion mpcontribs-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM base as builder
RUN apt-get update && apt-get install -y --no-install-recommends gcc git g++ libsnappy-dev wget && apt-get clean
ENV PATH /root/.local/bin:$PATH
ENV PIP_FLAGS "--user --no-cache-dir --compile"
RUN pip install $PIP_FLAGS "flask-mongoengine @ git+https://github.com/MongoEngine/flask-mongoengine#egg=flask_mongoengine-2.0.0"
COPY requirements.txt .
RUN pip install $PIP_FLAGS -r requirements.txt
COPY setup.py .
Expand Down

0 comments on commit ec6ca48

Please sign in to comment.