Skip to content

Commit

Permalink
Updated duckdb cli
Browse files Browse the repository at this point in the history
  • Loading branch information
vlulla committed Jun 3, 2024
1 parent 0dd229e commit 4009d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN install2.r --error --skipinstalled --skipmissing -n "$(( $(nproc) - 2))" xgb
RUN <<EOT
set -ex
pushd /tmp && git clone https://gitlab.com/OldManProgrammer/unix-tree tree && pushd tree && make && make install && popd && rm -rf tree && popd
pushd /tmp && aria2c https://github.com/duckdb/duckdb/releases/download/v0.10.2/duckdb_cli-linux-amd64.zip && unzip duckdb_cli-linux-amd64.zip -d /usr/local/bin && rm -rf duckdb_cli-linux-amd64.zip
pushd /tmp && aria2c https://github.com/duckdb/duckdb/releases/download/v1.0.0/duckdb_cli-linux-amd64.zip && unzip duckdb_cli-linux-amd64.zip -d /usr/local/bin && rm -rf duckdb_cli-linux-amd64.zip
EOT

RUN <<EOT
Expand Down

0 comments on commit 4009d20

Please sign in to comment.