Skip to content

Commit

Permalink
feat: install uv
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 5, 2024
1 parent b627616 commit f7065f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ RUN \
&& curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc > /etc/apt/trusted.gpg.d/pgdg.asc \
&& apt-get update \
&& apt-get install --no-install-recommends -y postgresql-client-17 \
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
&& rm -rf /root/.cache /tmp/* /var/lib/apt/lists/*

0 comments on commit f7065f3

Please sign in to comment.