mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-09 14:42:39 +01:00
@@ -1,11 +1,9 @@
|
||||
FROM debian:wheezy
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
python-boto \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN apk add --no-cache \
|
||||
py-boto
|
||||
|
||||
|
||||
COPY ./reset-cache.py /bin/reset-cache.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user