Using Alpine as base image
This commit is contained in:
parent
dac25beb7b
commit
481799de21
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:14.04
|
FROM alpine:3.1
|
||||||
MAINTAINER Dave Newman <dave@assembly.com>
|
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
|
ADD watch /watch
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
Loading…
Reference in New Issue