diff --git a/Dockerfile b/Dockerfile index d75ce9c..38cd0ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,13 @@ -FROM ubuntu:trusty -MAINTAINER Simon Templer +FROM alpine:3.4 +MAINTAINER Simon Templer Ivan Lisenkov + +# RUN echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \ +# apk add --update --no-cache curl awscli@testing bash grep +# RUN apt-get update && apt-get install -y python-pip curl && pip install awscli + +RUN apk add --update --no-cache curl bash grep python py-pip ca-certificates tzdata tar gnupg && \ + pip install awscli -RUN apt-get update && apt-get install -y python-pip curl && pip install awscli ADD /scripts /dockup/ RUN chmod 755 /dockup/*.sh