This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +11
-10
lines changed
azure-machine-learning-python-3/.devcontainer
azure-terraform/.devcontainer
docker-in-docker-compose/.devcontainer
docker-in-docker/.devcontainer
javascript-node-8/.devcontainer
javascript-node-lts-mongo/.devcontainer
javascript-node-lts/.devcontainer
kubernetes-helm/.devcontainer
typescript-node-8/.devcontainer
typescript-node-lts/.devcontainer Expand file tree Collapse file tree 10 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM python:3
9
9
RUN apt-get update && apt-get -y install git procps
10
10
11
11
# [Optional] Install Docker CE - Remove if you won't be doing local testing
12
- RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common \
12
+ RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release \
13
13
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/gpg | apt-key add - \
14
14
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" \
15
15
&& apt-get update \
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ RUN apt-get update \
16
16
apt-transport-https \
17
17
ca-certificates \
18
18
gnupg-agent \
19
- software-properties-common
19
+ software-properties-common \
20
+ lsb-release
20
21
21
22
# [Optional] Install Node.js for Azure Cloud Shell support
22
23
# Change the "lts/*" in the two lines below to pick a different version
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM debian:9
10
10
RUN apt-get update && apt-get -y install git procps
11
11
12
12
# Install Docker CE CLI
13
- RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common \
13
+ RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release \
14
14
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/gpg | apt-key add - \
15
15
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" \
16
16
&& apt-get update \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FROM debian:9
11
11
RUN apt-get update && apt-get -y install git procps
12
12
13
13
# Install Docker CE CLI
14
- RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common \
14
+ RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release \
15
15
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/gpg | apt-key add - \
16
16
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" \
17
17
&& apt-get update \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM node:8
9
9
RUN apt-get update && apt-get -y install git procps
10
10
11
11
# Install yarn
12
- RUN apt-get install -y curl apt-transport-https \
12
+ RUN apt-get install -y curl apt-transport-https lsb-release \
13
13
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - \
14
14
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
15
15
&& apt-get update \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM node:lts
9
9
RUN apt-get update && apt-get -y install git procps
10
10
11
11
# Install yarn
12
- RUN apt-get install -y curl apt-transport-https \
12
+ RUN apt-get install -y curl apt-transport-https lsb-release \
13
13
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - \
14
14
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
15
15
&& apt-get update \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM node:lts
9
9
RUN apt-get update && apt-get -y install git procps
10
10
11
11
# Install yarn
12
- RUN apt-get install -y curl apt-transport-https \
12
+ RUN apt-get install -y curl apt-transport-https lsb-release \
13
13
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - \
14
14
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
15
15
&& apt-get update \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get update && apt-get -y install git procps
11
11
12
12
13
13
# Install Docker CE CLI
14
- RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common \
14
+ RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release \
15
15
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/gpg | apt-key add - \
16
16
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" \
17
17
&& apt-get update \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM node:8
9
9
RUN apt-get update && apt-get -y install git procps
10
10
11
11
# Install yarn
12
- RUN apt-get install -y apt-transport-https \
12
+ RUN apt-get install -y curl apt-transport-https lsb-release \
13
13
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - \
14
14
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
15
15
&& apt-get update \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM node:lts
9
9
RUN apt-get update && apt-get -y install git procps
10
10
11
11
# Install yarn
12
- RUN apt-get install -y apt-transport-https \
12
+ RUN apt-get install -y curl apt-transport-https lsb-release \
13
13
&& curl -sS https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]' )/pubkey.gpg | apt-key add - \
14
14
&& echo "deb https://dl.yarnpkg.com/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
15
15
&& apt-get update \
You can’t perform that action at this time.
0 commit comments