We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eb63f commit 3ffe55bCopy full SHA for 3ffe55b
Dockerfile
@@ -6,6 +6,35 @@ RUN apt-get update && \
6
ripgrep \
7
fasd \
8
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 \
38
sudo
39
# Created a ppa for emacs + broadway&nativecomp (build/Dockerfile has some of the process documented)
40
# We need a custom build to run against broadwayd
0 commit comments