diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cc36142 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:20.04 +RUN apt-get update && apt-get install -y python3 python3-pip git +COPY . /npf +RUN cd /npf && python3 -m pip install -r /npf/requirements.txt +CMD [""]