Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimoobraznii1986 authored Dec 16, 2024
1 parent ebdeb09 commit 5a45787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataops-projects/01_git_and_ci_cd/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Download and install DuckDB CLI
RUN wget https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-linux-arch64.zip \
RUN wget https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-linux-aarch64.zip \
&& unzip duckdb_cli-linux-aarch64.zip \
&& chmod +x duckdb \
&& mv duckdb /usr/local/bin/ \
Expand Down

0 comments on commit 5a45787

Please sign in to comment.