update
This commit is contained in:
7
alpine-python/Dockerfile
Normal file
7
alpine-python/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/alpine$ARCH
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
RUN apk update \
|
||||
&& apk add --no-cache linux-headers libc-dev gcc python3 python3-dev py3-pip \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
Reference in New Issue
Block a user