Skip to content

Commit

Permalink
feat: add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed Jul 13, 2023
1 parent 3828ffb commit 347b843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ RUN apt update && apt install -y \
time \
make \
cppcheck \
vim \
curl \
ca-certificates \
&& 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 347b843

Please sign in to comment.