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

Commit

Permalink
Merge pull request #11 from Microsoft/bowdenk7
Browse files Browse the repository at this point in the history
Remove docker cli from repo .devcontainer
  • Loading branch information
Chuxel committed Apr 15, 2019
2 parents d919e78 + 7fe0f10 commit f49b305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ FROM debian:9
RUN apt-get update \
&& apt-get install -y git procps lsb-release

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

# Clean up
RUN apt-get autoremove -y \
&& apt-get clean -y \
Expand Down
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint",
"esbenp.prettier-vscode",
"PeterJausovec.vscode-docker",
"eamodio.gitlens",
"mutantdino.resourcemonitor"
],
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extensions.ignoreRecommendations": true
}

0 comments on commit f49b305

Please sign in to comment.