Skip to content

Commit

Permalink
Fix can't use uv debian too old
Browse files Browse the repository at this point in the history
  • Loading branch information
crstian19 committed Feb 29, 2024
1 parent 75d5c4b commit 3f0cfaf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ RUN apt-get --no-install-recommends --yes install \
RUN apt-get clean && \
rm --force --recursive /var/lib/apt/lists

RUN pip install uv

#adding python modules
RUN uv pip install requests \
RUN pip install requests \
pycryptodome \
isodate

Expand Down

0 comments on commit 3f0cfaf

Please sign in to comment.