Fix docker version
This commit is contained in:
parent
8e693dcbbb
commit
b7f72bb67b
1 changed files with 4 additions and 1 deletions
|
|
@ -7,4 +7,7 @@ RUN mv terraform /usr/bin/
|
||||||
|
|
||||||
COPY git-askpass-helper.sh /usr/bin/git-pass
|
COPY git-askpass-helper.sh /usr/bin/git-pass
|
||||||
COPY shared-creds /root/.aws/credentials
|
COPY shared-creds /root/.aws/credentials
|
||||||
COPY atmos.py /usr/bin/atmos
|
|
||||||
|
RUN mkdir /atmos
|
||||||
|
COPY atmos.py credentials.py workspaces.py /atmos/
|
||||||
|
RUN ln -s /atmos/atmos.py /usr/bin/atmos
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue