We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642f5cd commit 5976332Copy full SHA for 5976332
google-cloud-bigquery-jdbc/Dockerfile
@@ -1,7 +1,7 @@
1
FROM gcr.io/cloud-devrel-public-resources/java11
2
3
ENV JDBC_DOCKER_ENV=true
4
-RUN apt install zip
+RUN apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/*
5
6
RUN mkdir /tst
7
COPY ./pom.xml /src/pom.xml
0 commit comments