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 8139615 commit 25e0f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN apt-get update && apt-get install -y \
gcc \
build-essential

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -y | sh

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

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

# Install Go
RUN GO_JSON=$(curl -s https://go.dev/dl/?mode=json) && \
Expand Down

0 comments on commit 25e0f03

Please sign in to comment.