Try to fix tumbleweed install build (#11)

This commit is contained in:
Takashi Matsuo 2019-07-18 14:20:41 -04:00 committed by GitHub
parent 08ce6e0109
commit 763c731470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ RUN zypper refresh && \
# ```bash
RUN zypper refresh && \
zypper install -y grpc-devel gzip libcurl-devel pkg-config tar wget
zypper install -y grpc-devel gzip libcurl-devel tar wget
# ```
FROM devtools AS install