Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-12-15 16:00:28 -05:00
parent 9d5caf7f03
commit 512a8d402e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
FROM python:2-alpine
FROM alpine:latest
RUN apk add --no-cache \
ca-certificates \
bash \
parallel
parallel \
python
# Install google cloud sdk
# Download clean-registry script

View File

@ -14,7 +14,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
--repository https://dl-3.alpinelinux.org/alpine/edge/testing \
--repository https://dl-3.alpinelinux.org/alpine/edge/community \
ca-certificates \
git \
python \