Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wongsingfo committed Dec 23, 2023
1 parent d107256 commit 4e2b477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ the detach key, change the config file in the `~/.docker/config.json` file.

```json
{
"detachKeys": "ctrl-z,e"
"detachKeys": "ctrl-x,e"
}
```
3 changes: 3 additions & 0 deletions ctf.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ FROM wongsingfo/dotfiles:amd64
RUN sudo apt-get update && sudo apt-get install -y \
gdb \
gdbserver \
sagemath \
&& sudo rm -rf /var/lib/apt/lists/* && \
python3 -m venv /home/ubuntu/venv && \
/home/ubuntu/venv/bin/pip install -U \
patchelf \
pycryptodome \
pwntools \
tqdm \
z3-solver \

0 comments on commit 4e2b477

Please sign in to comment.