We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce75de commit 90ef736Copy full SHA for 90ef736
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
COPY --from=qldrsc/duckdb /usr/local/bin/duckdb /bin/duckdb
6
7
RUN apt-get update && \
8
- apt-get install -y git openjdk-17-jre && \
+ apt-get install -y git && \
9
apt-get clean && \
10
rm -rf /var/lib/apt/lists/*
11
RUN echo "GIT_TAG=$(git tag --points-at HEAD)" >> .env
0 commit comments