nasp-ubuntu init
This commit is contained in:
parent
ad2f647f72
commit
cc10132cd3
7
nasp-ubuntu/Dockerfile
Normal file
7
nasp-ubuntu/Dockerfile
Normal 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/*
|
Loading…
Reference in New Issue
Block a user