Skip to content

Commit

Permalink
[docker:buster] Add buster Dockerfile for testing #1899
Browse files Browse the repository at this point in the history
  • Loading branch information
heapcrash committed May 31, 2021
1 parent 85060fc commit 9bcff2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extra/docker/buster/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from debian:buster

RUN apt-get update
RUN apt-get -y dist-upgrade
RUN apt-get -y install python3 python3-pip
RUN apt-get -y install git wget unzip

RUN pip3 install --upgrade git+https://github.com/Gallopsled/pwntools@dev

0 comments on commit 9bcff2d

Please sign in to comment.