Skip to content

Commit

Permalink
Merge pull request #221 from dixneuf19/feat/rye
Browse files Browse the repository at this point in the history
fix: python-engineio was removed due to too simple sed
  • Loading branch information
dixneuf19 authored Oct 16, 2023
2 parents bb1c78c + 305c031 commit 1a8b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED=1 \
PIP_DEFAULT_TIMEOUT=100

COPY ./pyproject.toml ./requirements.lock ./
RUN sed '/-e/d' requirements.lock > requirements.txt
RUN sed '/-e file:./d' requirements.lock > requirements.txt
RUN pip install -r /requirements.txt

COPY ./whats_on_fip /whats_on_fip
Expand Down

0 comments on commit 1a8b6cc

Please sign in to comment.