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