update
This commit is contained in:
7
ubuntu-python/Dockerfile-22.04
Normal file
7
ubuntu-python/Dockerfile-22.04
Normal file
@@ -0,0 +1,7 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/ubuntu$ARCH:22.04
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
RUN apt update \
|
||||
&& apt -y install build-essential python3-pip python3-dev \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/lib/dpkg/info/* /var/cache/apt/archives
|
||||
|
||||
Reference in New Issue
Block a user