Skip to content
Snippets Groups Projects
Commit e15ed46d authored by nimrod's avatar nimrod
Browse files

Base Docker image with docker-compose and the AWS CLI.

parent 6b84e342
Branches
No related tags found
No related merge requests found
FROM docker:latest
RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/main > /etc/apk/repositories && \
apk add --update --no-cache python3 && \
pip3 install --no-cache-dir awscli docker-compose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment