mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
9d5caf7f03
commit
512a8d402e
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user