Commit ba60063b by John Eskew

Commit the latest Docker install script.

Use the committed script for Docker installation.
parent 489fd282
...@@ -26,9 +26,8 @@ RUN apt-get update && apt-get install -y -q \ ...@@ -26,9 +26,8 @@ RUN apt-get update && apt-get install -y -q \
python-pip python-pip
# Install Docker - for Docker container building by a go-agent. # Install Docker - for Docker container building by a go-agent.
RUN \ COPY docker/build/go-agent/files/docker_install.sh /tmp/docker/
apt-get install -y curl && \ RUN /bin/bash /tmp/docker/docker_install.sh
curl -fsSL https://get.docker.com/ | sh
# Install AWS command-line interface - for AWS operations in a go-agent task. # Install AWS command-line interface - for AWS operations in a go-agent task.
RUN pip install awscli RUN pip install awscli
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment