We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ec913 commit f25bc0aCopy full SHA for f25bc0a
1 file changed
.devcontainer/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update \
15
&& apt-get -y install \
16
curl \
17
emacs \
18
- exa \
+ eza \
19
fd-find \
20
fzf \
21
git \
@@ -32,14 +32,12 @@ RUN apt-get update \
32
openssh-client \
33
procps \
34
sudo \
35
- tldr \
36
unzip \
37
vim \
38
libgtk2.0-0 \
39
libgtk-3-0 \
40
libgbm-dev \
41
libnotify-dev \
42
- libgconf-2-4 \
43
libnss3 \
44
libxss1 \
45
libasound2 \
@@ -53,6 +51,9 @@ RUN apt-get update \
53
51
# Upgrade pip
54
52
RUN pip install --upgrade pip
55
+# Install tldr via npm (since it's not available in apt)
+RUN npm install -g tldr
56
+
57
COPY --chown=vscode:vscode .devcontainer/scripts/notify-dev-entrypoint.sh /usr/local/bin/
58
RUN chmod +x /usr/local/bin/notify-dev-entrypoint.sh
59
0 commit comments