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 c0dd873 commit 8a776dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y \
jq \
gcc \
build-essential \
&& curl -sSf https://raw.githubusercontent.com/astral-sh/uv/master/install.sh | sh
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 -s -- -y --no-modify-path && \
Expand Down

0 comments on commit 8a776dd

Please sign in to comment.