Skip to content

Commit

Permalink
Fix GCB docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
buchgr committed Aug 14, 2019
1 parent 22ed14a commit 358dd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
@@ -1,2 +1,2 @@
FROM gcr.io/cloud-builders/bazel
RUN apt-get update && apt-get upgrade && apt-get install -y jekyll
RUN apt-get -y update && apt-get -y upgrade && apt-get install -y jekyll

0 comments on commit 358dd6e

Please sign in to comment.