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
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