File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff 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
3131RUN 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"
4940ARG USERNAME=vscode
You can’t perform that action at this time.
0 commit comments