Skip to content

Commit 3ffe55b

Browse files
committed
Update utilities
1 parent c2eb63f commit 3ffe55b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Dockerfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ RUN apt-get update && \
66
ripgrep \
77
fasd \
88
libtool-bin \
9+
bash-completion \
10+
ca-certificates \
11+
curl \
12+
direnv \
13+
dnsutils \
14+
fd-find \
15+
file \
16+
gettext-base \
17+
git \
18+
gnupg2 \
19+
htop \
20+
iftop \
21+
iproute2 \
22+
iputils-ping \
23+
jq \
24+
kitty \
25+
less \
26+
locate \
27+
net-tools \
28+
openssh-client \
29+
sudo \
30+
tcpdump \
31+
tmux \
32+
tree \
33+
tzdata \
34+
unzip \
35+
vim \
36+
wget \
37+
xz-utils \
938
sudo
1039
# Created a ppa for emacs + broadway&nativecomp (build/Dockerfile has some of the process documented)
1140
# We need a custom build to run against broadwayd

0 commit comments

Comments
 (0)