This commit is contained in:
Michael Vines
2018-08-19 08:49:24 -07:00
parent d3523ebbe5
commit a07f7435c6

View File

@ -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 && \