This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
javascript-node-8/.devcontainer
javascript-node-lts-mongo/.devcontainer
javascript-node-lts/.devcontainer
typescript-node-8/.devcontainer
typescript-node-lts/.devcontainer Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get install -y git procps
16
16
# Remove outdated yarn from /opt and install via package
17
17
# so it can be easily updated via apt-get upgrade yarn
18
18
RUN rm -rf /opt/yarn-* \
19
- rm -f /usr/local/bin/yarn \
20
- rm -f /usr/local/bin/yarnpkg \
19
+ && rm -f /usr/local/bin/yarn \
20
+ && rm -f /usr/local/bin/yarnpkg \
21
21
&& apt-get install -y curl apt-transport-https lsb-release \
22
22
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
23
23
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get install -y git procps
16
16
# Remove outdated yarn from /opt and install via package
17
17
# so it can be easily updated via apt-get upgrade yarn
18
18
RUN rm -rf /opt/yarn-* \
19
- rm -f /usr/local/bin/yarn \
20
- rm -f /usr/local/bin/yarnpkg \
19
+ && rm -f /usr/local/bin/yarn \
20
+ && rm -f /usr/local/bin/yarnpkg \
21
21
&& apt-get install -y curl apt-transport-https lsb-release \
22
22
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
23
23
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get install -y git procps
16
16
# Remove outdated yarn from /opt and install via package
17
17
# so it can be easily updated via apt-get upgrade yarn
18
18
RUN rm -rf /opt/yarn-* \
19
- rm -f /usr/local/bin/yarn \
20
- rm -f /usr/local/bin/yarnpkg \
19
+ && rm -f /usr/local/bin/yarn \
20
+ && rm -f /usr/local/bin/yarnpkg \
21
21
&& apt-get install -y curl apt-transport-https lsb-release \
22
22
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
23
23
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get install -y git procps
16
16
# Remove outdated yarn from /opt and install via package
17
17
# so it can be easily updated via apt-get upgrade yarn
18
18
RUN rm -rf /opt/yarn-* \
19
- rm -f /usr/local/bin/yarn \
20
- rm -f /usr/local/bin/yarnpkg \
19
+ && rm -f /usr/local/bin/yarn \
20
+ && rm -f /usr/local/bin/yarnpkg \
21
21
&& apt-get install -y curl apt-transport-https lsb-release \
22
22
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
23
23
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ RUN apt-get install -y git procps
16
16
# Remove outdated yarn from /opt and install via package
17
17
# so it can be easily updated via apt-get upgrade yarn
18
18
RUN rm -rf /opt/yarn-* \
19
- rm -f /usr/local/bin/yarn \
20
- rm -f /usr/local/bin/yarnpkg \
19
+ && rm -f /usr/local/bin/yarn \
20
+ && rm -f /usr/local/bin/yarnpkg \
21
21
&& apt-get install -y curl apt-transport-https lsb-release \
22
22
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - 2>/dev/null \
23
23
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
You can’t perform that action at this time.
0 commit comments