Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
teej committed Feb 21, 2024
1 parent b802e4b commit bf66944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM python:3.11
FROM python:3.11-slim-bookworm

RUN apt-get -y update; apt-get -y install curl

ENV VIRTUAL_ENV=/usr/local
ADD --chmod=755 https://astral.sh/uv/install.sh /install.sh
Expand Down

0 comments on commit bf66944

Please sign in to comment.