From 2144f43142df2bbca704bad59e9d107381142ec2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Jan 2019 13:35:22 +0530 Subject: [PATCH] Add a note about how to build the docker image used for testing --- .circleci/images/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/images/Dockerfile b/.circleci/images/Dockerfile index 272f65b53..5fdac88e3 100644 --- a/.circleci/images/Dockerfile +++ b/.circleci/images/Dockerfile @@ -1,3 +1,6 @@ +# When changing this file, go to +# https://cloud.docker.com/repository/docker/kovidgoyal/kitty-test/builds and +# click the "Trigger" button under Automated builds to rebuild FROM ubuntu:latest # make Apt non-interactive