Skip to content

Commit 5976332

Browse files
committed
Update dockerfile
1 parent 642f5cd commit 5976332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigquery-jdbc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM gcr.io/cloud-devrel-public-resources/java11
22

33
ENV JDBC_DOCKER_ENV=true
4-
RUN apt install zip
4+
RUN apt-get update && apt-get install -y zip && rm -rf /var/lib/apt/lists/*
55

66
RUN mkdir /tst
77
COPY ./pom.xml /src/pom.xml

0 commit comments

Comments
 (0)