Skip to content

Commit

Permalink
add gdbserver
Browse files Browse the repository at this point in the history
  • Loading branch information
gurrrrrrett3 committed Sep 3, 2024
1 parent e73e859 commit 6a6b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update -y
RUN apt-get install software-properties-common -y
RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y
RUN apt-get update -y
RUN apt-get install opus-tools sqlite3 openssl libstdc++6 libc6 ca-certificates wine wine32 libogg-dev gdb zip -y
RUN apt-get install opus-tools sqlite3 openssl libstdc++6 libc6 ca-certificates wine wine32 libogg-dev gdb zip gdbserver -y
RUN update-ca-certificates
RUN useradd container -d /home/container -m
USER container
Expand Down

0 comments on commit 6a6b4ef

Please sign in to comment.