Commit 6e9d2ed 1 parent 2916d9c commit 6e9d2ed Copy full SHA for 6e9d2ed
File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ FROM ubuntu:22.04
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt update -y \
6
- && apt install -y -qq cmake g++ curl git ca-certificates lsb-release wget \
7
- && wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z' )/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb \
8
- && apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb \
9
- && apt -y update \
10
- && apt install -y -qq libarrow-dev libarrow-dataset-dev libparquet-dev libarrow-python-dev \
11
- && apt-get -y clean \
12
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6
+ && apt-get -y install curl \
7
+ && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
8
+ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Original file line number Diff line number Diff line change 5
5
"customizations" : {
6
6
"vscode" : {
7
7
"extensions" : [
8
- "ms-vscode.cpptools-extension-pack "
8
+ "rust-lang.rust-analyzer "
9
9
]
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments