add docker in docker image.
This commit is contained in:
10
ubuntu2404-docker.dockerfile
Normal file
10
ubuntu2404-docker.dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-qt6.9.1
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install docker-ce containerd.io docker-buildx-plugin docker-compose-plugin
|
||||
&& apt clean \
|
||||
&& rm -fr /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
|
||||
# docker build --no-cache --progress=tty -f ubuntu2404-docker.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-docker .
|
||||
# docker push registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:24.04-docker
|
Reference in New Issue
Block a user