Using Alpine as base image

This commit is contained in:
Fábio D. Batista 2015-07-24 11:49:10 -03:00
parent dac25beb7b
commit 481799de21
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:14.04
FROM alpine:3.1
MAINTAINER Dave Newman <dave@assembly.com>
RUN apt-get update && apt-get install -y awscli
RUN apk add --update py-pip && pip install awscli
ADD watch /watch
VOLUME /data