Skip to content

Commit e19cb95

Browse files
committed
Update Dockerfile to have tmux and gdbserver
1 parent 8f3979a commit e19cb95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RUN apt-get update -y
55
RUN apt-get install -y apt-transport-https
66

77
RUN apt-get install -y \
8-
build-essential cmake pkg-config \
9-
strace curl wget gcc zsh vim gdb git netcat \
8+
build-essential gdbserver cmake pkg-config \
9+
strace curl wget gcc zsh vim gdb git netcat tmux \
1010
procps python3 python3-pip python3-dev file binutils sudo locales
1111

1212
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen

0 commit comments

Comments
 (0)