summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xkokoro/kokoro_simulator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/kokoro_simulator.sh b/kokoro/kokoro_simulator.sh
index 681ce89..5303c5c 100755
--- a/kokoro/kokoro_simulator.sh
+++ b/kokoro/kokoro_simulator.sh
@@ -16,7 +16,7 @@ main() {
   mkdir -p "${kokoro_simulator_root}"
   if [[ ! -e "${base_image_tarball}" ]]; then
     if [[ "$(docker images -q ${base_image} 2> /dev/null)" == "" ]]; then
-      docker build -t ${base_image} - < Dockerfile
+      docker build -t ${base_image} .
     fi
     docker save ${base_image} | xz -T 0 -z >"${base_image_tarball}"
   fi