From cc10132cd3b690ff7a7ac621e43f6b733fb361f6 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Fri, 28 Apr 2023 17:01:54 +0800 Subject: [PATCH] nasp-ubuntu init --- nasp-ubuntu/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nasp-ubuntu/Dockerfile diff --git a/nasp-ubuntu/Dockerfile b/nasp-ubuntu/Dockerfile new file mode 100644 index 0000000..e58e2b2 --- /dev/null +++ b/nasp-ubuntu/Dockerfile @@ -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/*