mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 15:02:41 +01:00
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user