From a07f7435c637db8e1468965982e1c73cfc1c5730 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 19 Aug 2018 08:49:24 -0700 Subject: [PATCH] \ --- ci/docker-rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker-rust/Dockerfile b/ci/docker-rust/Dockerfile index 44fdd9a022..f95f4f3895 100644 --- a/ci/docker-rust/Dockerfile +++ b/ci/docker-rust/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.28 -RUN set -x && +RUN set -x && \ apt update && \ apt-get install apt-transport-https && \ echo deb https://apt.buildkite.com/buildkite-agent stable main > /etc/apt/sources.list.d/buildkite-agent.list && \