Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit cfa0e8e

Browse files
committed
Safety first
1 parent d8bf65e commit cfa0e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN echo "--- :package: Installing system deps" \
1010
# Buildkite apt sources
1111
&& chmod 644 /etc/apt/trusted.gpg.d/buildkite.asc \
1212
&& echo "deb http://apt.buildkite.com/buildkite-agent unstable main" > /etc/apt/sources.list.d/buildkite.list \
13-
# Install all the things
13+
# Install buildkite-agent
1414
&& apt-get update \
15-
&& apt-get install -y buildkite-agent
15+
&& DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes --no-install-recommends buildkite-agent
1616

1717
WORKDIR /frontend
1818

0 commit comments

Comments
 (0)