mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-02 00:26:15 +02:00
t
This commit is contained in:
parent
6c21a04037
commit
7fad2c42b5
@ -3,4 +3,6 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN pip install awscli
|
||||
|
||||
RUN mkdir -p /root/.aws && /bin/echo -e '[default]\noutput = json\nregion = $AMAZON_REGION\naws_access_key_id = $AMAZON_ACCESS_KEY_ID\naws_secret_access_key = $AMAZON_SECRET_ACCESS_KEY' > /root/.aws/config
|
||||
|
||||
ENTRYPOINT [ "aws" ]
|
||||
|
6
t/Dockerfile
Normal file
6
t/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ruby:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN gem install t
|
||||
|
||||
ENTRYPOINT [ "t" ]
|
Loading…
x
Reference in New Issue
Block a user