summaryrefslogtreecommitdiff
path: root/Dockerfile_xenial
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile_xenial')
-rw-r--r--Dockerfile_xenial9
1 files changed, 4 insertions, 5 deletions
diff --git a/Dockerfile_xenial b/Dockerfile_xenial
index d750189..91c5abc 100644
--- a/Dockerfile_xenial
+++ b/Dockerfile_xenial
@@ -7,13 +7,12 @@ FROM ubuntu:16.04
LABEL maintainer="Ben Copeland <ben.copeland@linaro.org>"
-RUN apt-get update
+ENV DEBIAN_FRONTEND=noninteractive
-#RUN apt-get install -y software-properties-common python-software-properties
-#RUN apt-add-repository ppa:ansible/ansible
+RUN apt-get update -y && apt-get install -y software-properties-common python-software-properties
+RUN apt-add-repository -y ppa:ansible/ansible
-# Update apt cache
-RUN apt-get update && apt-get install -y ansible vim bash openssh-server python-apt sudo cron
+RUN apt-get update -y && apt-get install -y ansible vim bash openssh-server python-apt sudo cron && apt-get clean -y
RUN mkdir -p /root/.ssh/
ADD pubkeys /root/.ssh/authorized_keys