Move base image to Alpine

This commit is contained in:
Christoph König
2016-08-16 19:38:06 +02:00
parent c60c68b1af
commit 5b395b29f9
4 changed files with 13 additions and 14 deletions

View File

@@ -1,9 +1,11 @@
FROM ubuntu:14.04.3
FROM alpine:3.4
MAINTAINER technik@myfoodmap.de
RUN apt-get update && apt-get install -y \
python-pip \
xz-utils
RUN apk add --update \
py-pip \
gpgme \
xz \
&& rm -rf /var/cache/apk/*
RUN pip install awscli