Skip to content

Commit

Permalink
feat: more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed Jul 13, 2023
1 parent cc0abc3 commit 3828ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ ENV LD_RUN_PATH "/usr/um/gcc-${GCC_VERSION}/lib64"
ENV LD_LIBRARY_PATH "/usr/um/gcc-${GCC_VERSION}/lib64"

RUN apt update && apt install -y \
build-essential \
gdb \
valgrind \
time \
make \
cppcheck \
&& apt remove -y cpp cpp-5 g++ g++-5 gcc gcc-5 \
&& rm -rf /var/lib/apt/lists/* \
&& printf "add-auto-load-safe-path /usr/um/gcc-${GCC_VERSION}/lib64/\n" >> ${HOME}/.gdbinit

Expand Down

0 comments on commit 3828ffb

Please sign in to comment.