From 402db3a03f2868a8ef3a7181245f7d86fd053269 Mon Sep 17 00:00:00 2001 From: Conor Date: Fri, 24 Jan 2020 15:43:23 +0100 Subject: [PATCH] Dockerfile changes --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d023954..1bca685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN unzip /tmp/terraform.zip RUN mv terraform /usr/bin/ COPY git-askpass-helper.sh /usr/bin/git-pass -COPY shared-creds /root/.aws/credentials RUN mkdir /atmos COPY atmos.py credentials.py workspaces.py /atmos/