We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3979a commit e19cb95Copy full SHA for e19cb95
docker/Dockerfile
@@ -5,8 +5,8 @@ RUN apt-get update -y
5
RUN apt-get install -y apt-transport-https
6
7
RUN apt-get install -y \
8
- build-essential cmake pkg-config \
9
- strace curl wget gcc zsh vim gdb git netcat \
+ build-essential gdbserver cmake pkg-config \
+ strace curl wget gcc zsh vim gdb git netcat tmux \
10
procps python3 python3-pip python3-dev file binutils sudo locales
11
12
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
0 commit comments