Skip to content

Commit

Permalink
Install GDB and Valgrind (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa authored Jun 20, 2024
2 parents 4000757 + e43b218 commit 32e7655
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linux-x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:23.04

ENV HOME="/"

RUN apt-get update -qq && apt-get install -y -qq \
RUN dpkg --add-architecture i386 && apt-get update -qq && apt-get install -y -qq \
ca-certificates \
clang-format-15 \
clang-tidy-15 \
Expand All @@ -12,14 +12,17 @@ RUN apt-get update -qq && apt-get install -y -qq \
g++-12-multilib \
gcc-12 \
gcc-12-multilib \
gdb \
git \
lcov \
libc6-dbg:i386 \
libclang-15-dev \
make \
ninja-build \
pipx \
python3-pip \
sudo \
valgrind \
vim \
wget \
xz-utils \
Expand Down

0 comments on commit 32e7655

Please sign in to comment.