nasp-ubuntu init

This commit is contained in:
xiongdian.me 2023-04-28 17:01:54 +08:00
parent ad2f647f72
commit cc10132cd3

7
nasp-ubuntu/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM docker.io/ubuntu:22.04
# Install dependencies
RUN apt-get update -y && apt-get install -yq build-essential cmake \
openssh-server git-all sudo ssh sshpass pciutils python3 python3-dev \
python3-pip curl ca-certificates \
&& rm -rf /var/lib/apt/list/*