mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
update more images to use alpine
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
@@ -3,13 +3,8 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apk update && apk add \
|
||||
ca-certificates \
|
||||
openssl \
|
||||
python \
|
||||
python-dev \
|
||||
py-pip \
|
||||
build-base \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& pip install boto
|
||||
py-boto \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY ./reset-cache.py /bin/reset-cache.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user