mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-13 15:42:46 +02: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 \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
bash \
|
bash \
|
||||||
parallel
|
parallel \
|
||||||
|
python
|
||||||
|
|
||||||
# Install google cloud sdk
|
# Install google cloud sdk
|
||||||
# Download clean-registry script
|
# Download clean-registry script
|
||||||
|
@ -14,7 +14,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|||||||
|
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
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 \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
python \
|
python \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user