Skip to content

Commit

Permalink
Of course, with the Dockerfile it's better
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Mar 15, 2024
1 parent 31fd6d5 commit d303ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 [""]

0 comments on commit d303ee7

Please sign in to comment.