Skip to content

Commit c282168

Browse files
committed
fix: remove installs that already exist within Ubuntu
1 parent ee040b9 commit c282168

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.devcontainer/setup.sh

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
apt-get update
22
apt-get install -y
33

4-
apt-get -y install --no-install-recommends \
5-
git \
6-
openssh-client \
7-
less \
8-
iproute2 \
9-
procps \
10-
curl \
11-
wget \
12-
unzip \
13-
lsb-release \
14-
ca-certificates \
15-
apt-transport-https \
16-
libc6 \
17-
libgcc1 \
18-
libssl1.1 \
19-
libstdc++6 \
20-
zlib1g \
21-
gnupg \
22-
zsh
23-
244
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
255
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
266
apt-get install yarn -y --no-install-recommends

0 commit comments

Comments
 (0)