Skip to content

Commit 52b5a37

Browse files
authored
chore(general): Remove Rust from python-base image (#452)
1 parent 9210c9e commit 52b5a37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

earthly/python/Earthfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ python-base:
5454
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
5555
ENV PATH=$HOME/.local/bin:$PATH
5656

57-
# Extension we use needs rust.
58-
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
59-
RUN echo 'source $HOME/.cargo/env' >> $HOME/.bashrc
60-
ENV PATH="/root/.cargo/bin:${PATH}"
61-
6257
# Install ruff for linting.
6358
RUN pip3 install ruff
6459
RUN pip3 install rich

0 commit comments

Comments
 (0)