Skip to content

Commit

Permalink
Add a couple of extra packages
Browse files Browse the repository at this point in the history
- gdb
- vim
- wget
  • Loading branch information
Tristan971 committed Jun 20, 2024
1 parent 0c2e067 commit ecac6c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,16 @@ RUN apt -qq update && \
cmake \
debhelper \
devscripts \
gdb \
git \
libjemalloc-dev \
libpcre2-dev \
libreadline-dev \
libsystemd-dev \
pkg-config \
tar \
tar \
vim \
wget \
zip unzip && \
apt -qq -y --purge autoremove && \
apt -qq -y clean && \
Expand Down

0 comments on commit ecac6c0

Please sign in to comment.