Ubuntu220.4_test / Dockerfile
xwwww's picture
Update Dockerfile
ff1fa62
FROM ubuntu:22.04
# 更新软件包列表并安装必要的依赖项
RUN apt-get update && \
apt-get install -y sudo && \
apt-get install -y coreutils && \
apt-get -y install wget
RUN wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
EXPOSE 7860
EXPOSE 8888