Skip to content

Commit e6fe89c

Browse files
committed
add Dockerfile
1 parent af1cbee commit e6fe89c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)