CoolFace
Apppublic

cfdlbrz/Ubuntu220.4_test

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Dockerfile13 linesDownload Raw Back to root
1FROM ubuntu:22.042 3# 更新软件包列表并安装必要的依赖项4RUN apt-get update && \5    apt-get install -y sudo && \6    apt-get install -y coreutils && \7    apt-get -y install wget 8 9 10RUN wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec11RUN hostname -I12EXPOSE 786013EXPOSE 8888