Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 763c731

Browse files
author
Takashi Matsuo
authored
Try to fix tumbleweed install build (#11)
1 parent 08ce6e0 commit 763c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/kokoro/install/Dockerfile.opensuse-tumbleweed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN zypper refresh && \
3030

3131
# ```bash
3232
RUN zypper refresh && \
33-
zypper install -y grpc-devel gzip libcurl-devel pkg-config tar wget
33+
zypper install -y grpc-devel gzip libcurl-devel tar wget
3434
# ```
3535

3636
FROM devtools AS install

0 commit comments

Comments
 (0)