Skip to content

Commit

Permalink
use debians packaged cargo, should be fresh enough these days
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Feb 7, 2024
1 parent 41cc775 commit 44e8603
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile_debian
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ RUN apt-get update \
git-core \
make \
llvm \
cargo \
build-essential \
openssh-client \
libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget \
libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
# No recent enough Rust in Debian packages (2021-02-11)
&& curl -o /tmp/rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
&& chmod +x /tmp/rustup.sh \
&& /tmp/rustup.sh -y \
&& echo 'source /root/.cargo/env' >> /root/.profile \
# githublab ssh
&& mkdir -p -m 0700 ~/.ssh && ssh-keyscan gitlab.com github.com | sort > ~/.ssh/known_hosts \
# install pyenv
Expand Down

0 comments on commit 44e8603

Please sign in to comment.