We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1cbee commit e6fe89cCopy full SHA for e6fe89c
1 file changed
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM ubuntu:22.04
2
+RUN apt update && apt install -y --no-install-recommends bzip2 python3-pip gcc g++ make zlib1g-dev libbz2-dev liblzma-dev libncurses5-dev
3
+RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir pyjacker
4
+
0 commit comments