Skip to content

Commit f84034b

Browse files
authored
chore(bigquery-jdbc): fix Dockerfile to install proper dependencies (#13990)
1 parent aa3cb3c commit f84034b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-bigquery-jdbc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN bash -c " \
1414
&& git clone -b ${BRANCH} --depth 1 --single-branch https://github.com/googleapis/google-cloud-java.git \
1515
&& cd /git/google-cloud-java \
1616
&& source .kokoro/common.sh \
17-
&& install_modules java-bigquery \
17+
&& install_modules java-bigquery-jdbc \
1818
&& rm -rf /git"
1919

2020
# This will ensure all deps are present

0 commit comments

Comments
 (0)