Skip to content

Commit 0c6a9da

Browse files
authored
chore(devcontainer): commit Dockerfile devcontainer fixes (#405)
1 parent 89d1591 commit 0c6a9da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update \
88
&& apt-get -y install \
99
curl \
1010
emacs \
11-
exa \
11+
eza \
1212
fd-find \
1313
git \
1414
iproute2 \
@@ -21,7 +21,6 @@ RUN apt-get update \
2121
openssh-client \
2222
procps \
2323
sudo \
24-
tldr \
2524
unzip \
2625
vim \
2726
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)