This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ FROM debian:9
10
10
RUN apt-get update \
11
11
&& apt-get install -y git procps lsb-release
12
12
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
-
20
13
# Clean up
21
14
RUN apt-get autoremove -y \
22
15
&& apt-get clean -y \
Original file line number Diff line number Diff line change 7
7
" streetsidesoftware.code-spell-checker" ,
8
8
" DavidAnson.vscode-markdownlint" ,
9
9
" esbenp.prettier-vscode" ,
10
- " PeterJausovec.vscode-docker" ,
11
10
" eamodio.gitlens" ,
12
11
" mutantdino.resourcemonitor"
13
12
],
Original file line number Diff line number Diff line change
1
+ {
2
+ "extensions.ignoreRecommendations" : true
3
+ }
You can’t perform that action at this time.
0 commit comments