Skip to content

Commit

Permalink
fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Aug 16, 2024
1 parent c967ddb commit a2e2518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analytics-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PG_VERSION=16
ARG TAG=latest
ARG TAG=c19d507

FROM quay.io/tembo/standard-cnpg:${PG_VERSION}-${TAG}
USER root
Expand All @@ -20,7 +20,7 @@ RUN git clone https://github.com/duckdb/duckdb && \
cd duckdb && \
GEN=ninja make

RUN git clone https://github.com/duckdb/pg_duckdb.git \
RUN git clone https://github.com/duckdb/pg_duckdb.git && \
cd pg_duckdb && \
make install

Expand Down

0 comments on commit a2e2518

Please sign in to comment.