Skip to content

Commit

Permalink
Migrate to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
theseal committed Nov 28, 2024
1 parent 216aad1 commit e39c292
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 410 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ FROM python:3.12

ENV PIP_INDEX_URL=https://pypi.sunet.se/simple

RUN python3 -m pip install poetry
RUN python3 -m pip install uv

COPY poetry.lock pyproject.toml /
COPY pyproject.toml /

RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi
RUN uv sync

COPY ocsp-server.py /ocsp-server.py

Expand Down
Loading

0 comments on commit e39c292

Please sign in to comment.