Skip to content

Commit cda2ca3

Browse files
tikksskou
authored andcommitted
⚡ Delegate Apache Arrow installation to rubygems-requirements-system
1 parent f97f48c commit cda2ca3

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,14 @@ RUN set -e; \
2727
libczmq-dev \
2828
libzmq3-dev
2929

30-
# Install Apache Arrow
30+
# To install Apache Arrow
3131
RUN set -e; \
3232
apt update; \
3333
apt install -y -V ca-certificates lsb-release wget; \
3434
wget https://packages.apache.org/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb; \
3535
apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb; \
3636
rm -f ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb; \
37-
apt update; \
38-
apt install -y \
39-
libarrow-dev \
40-
libarrow-glib-dev \
41-
libarrow-dataset-dev \
42-
libarrow-flight-dev \
43-
libparquet-dev \
44-
libparquet-glib-dev \
45-
libgandiva-dev \
46-
libgandiva-glib-dev
37+
apt update
4738

4839
# This Dockerfile adds a non-root user with sudo access. Use the "remoteUser"
4940
ARG USERNAME=vscode

0 commit comments

Comments
 (0)