Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit f49b305

Browse files
authored
Merge pull request #11 from Microsoft/bowdenk7
Remove docker cli from repo .devcontainer
2 parents d919e78 + 7fe0f10 commit f49b305

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ FROM debian:9
1010
RUN apt-get update \
1111
&& apt-get install -y git procps lsb-release
1212

13-
# Install Docker CE CLI
14-
RUN apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release \
15-
&& curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/gpg | apt-key add - \
16-
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" \
17-
&& apt-get update \
18-
&& apt-get install -y docker-ce-cli
19-
2013
# Clean up
2114
RUN apt-get autoremove -y \
2215
&& apt-get clean -y \

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"streetsidesoftware.code-spell-checker",
88
"DavidAnson.vscode-markdownlint",
99
"esbenp.prettier-vscode",
10-
"PeterJausovec.vscode-docker",
1110
"eamodio.gitlens",
1211
"mutantdino.resourcemonitor"
1312
],

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extensions.ignoreRecommendations": true
3+
}

0 commit comments

Comments
 (0)