1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-24 06:05:19 +01:00
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-02-23 11:47:32 -08:00
parent bfa8cbfe18
commit 62ab9e37a8
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -2,6 +2,7 @@ FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk --no-cache add \ RUN apk --no-cache add \
bash \
python \ python \
py-cffi \ py-cffi \
py-configargparse \ py-configargparse \