mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
current boto is broken
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
e5f750eea3
commit
b00e5a2796
|
@ -1,10 +1,11 @@
|
|||
FROM alpine:latest
|
||||
FROM debian:wheezy
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apk update && apk add \
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
py-boto \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
python-boto \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./reset-cache.py /bin/reset-cache.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user