ref: b780b11e7daad47872cadc97a101501c9d9d165f
parent: 6f1e1add090f669708037ce1a21f999e3839d221
author: Filip Sufitchi <fsufitchi@gmail.com>
date: Wed Feb 9 17:40:14 EST 2022
Add gdb because why not, it works
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -2,7 +2,7 @@
######### Apt dependencies
-ARG system_apt_dependencies="build-essential automake autoconf libtool git pkg-config python3 python3-pip sudo"
+ARG system_apt_dependencies="build-essential gdb automake autoconf libtool git pkg-config python3 python3-pip sudo"
ARG choco_apt_dependencies="gcc make libsdl2-dev libsdl2-net-dev libsdl2-mixer-dev"
ARG choco_apt_dependencies_optional="libflac-dev libpng-dev libsamplerate-dev libvorbis-dev"
RUN apt-get update && \