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.
2 parents 1ce75de + 32a1645 commit 06620c9Copy full SHA for 06620c9
Dockerfile
@@ -5,10 +5,10 @@ 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
12
-RUN npm ci && npm run build && npm run build:docs && npm prune --production
+RUN npm ci --no-audit && npm run build && npm run build:docs && npm prune --production
13
14
CMD ["node", "./lib/index.js"]
0 commit comments