Skip to content

Commit

Permalink
[docker:develop] Add pwn autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
heapcrash committed May 31, 2021
1 parent 9bcff2d commit 5aa9abd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extra/docker/develop/Dockerfile
Expand Up @@ -74,5 +74,8 @@ RUN bash -c 'for file in .zprezto/runcoms/z*; do ln -s $file .$(basename $file);
RUN git clone --recursive https://github.com/pwndbg/pwndbg
RUN cd pwndbg && ./setup.sh

# Install autocompletion
RUN ln -s /home/pwntools/pwntools/extra/zsh_completion/_pwn /home/pwntools/.zprezto/modules/completion/external/src

# Do not require password for sudo
RUN echo "pwntools ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/travis

0 comments on commit 5aa9abd

Please sign in to comment.