Ubuntu220.4_test / Dockerfile
cfdlbrz's picture
Update Dockerfile
bec7edf verified
raw
history blame contribute delete
345 Bytes
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
RUN hostname -I
EXPOSE 7860
EXPOSE 8888