summaryrefslogtreecommitdiffhomepage
path: root/cloudbuild
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-01-14 17:02:56 +0900
committerGitHub <noreply@github.com>2020-01-14 17:02:56 +0900
commitfe815eed11750928d30296c5a5d013cb59ee7047 (patch)
tree10563a929eefe756abd0c24241d86222e41d6e60 /cloudbuild
parentb94ef2075a78c3d7c6e479f152e48ab85db0f84e (diff)
parent039f309bc9ef9a70e0fe9f6c0372ced57b173a93 (diff)
Merge branch 'master' into readme
Diffstat (limited to 'cloudbuild')
-rw-r--r--cloudbuild/html-proofer/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudbuild/html-proofer/Dockerfile b/cloudbuild/html-proofer/Dockerfile
index fee64111f..1f692c7df 100644
--- a/cloudbuild/html-proofer/Dockerfile
+++ b/cloudbuild/html-proofer/Dockerfile
@@ -13,7 +13,7 @@ RUN set -x \
libcurl \
libxml2-dev \
libxslt-dev \
- openssh
+ openssh \
&& gem install \
html-proofer:${HTMLPROOFER_VERSION} \
nokogiri:1.10.1 \