mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-30 13:28:30 +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>
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
RUN apk update && apk add \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
py-boto \
|
python-boto \
|
||||||
&& rm -rf /var/cache/apk/*
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY ./reset-cache.py /bin/reset-cache.py
|
COPY ./reset-cache.py /bin/reset-cache.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user