Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Kozlowski <[email protected]>
  • Loading branch information
marcinguy authored Dec 16, 2024
1 parent cdc522e commit 50fcff5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ RUN apt-get update && apt-get install -y \
unzip \
jq \
gcc \
build-essential \
curl -LsSf https://astral.sh/uv/install.sh | sh
build-essential

RUN curl -LsSf https://astral.sh/uv/install.sh | sh

# Install Rust using rustup
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Expand Down

0 comments on commit 50fcff5

Please sign in to comment.