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

Commit 80fb675

Browse files
committed
Move away from slim images
1 parent ece7573 commit 80fb675

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

containers/javascript-node-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM node:8-slim
6+
FROM node:8
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

containers/javascript-node-lts-mongo/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM node:lts-slim
6+
FROM node:lts
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

containers/javascript-node-lts/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM node:8-slim
6+
FROM node:8
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

containers/python-3-flask-redis/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM python:3-slim
6+
FROM python:3
77

88
# Copy default endpoint specific user settings overrides into container to specify Python path
99
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json

containers/python-3/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM python:3-slim
6+
FROM python:3
77

88
# Copy default endpoint specific user settings overrides into container to specify Python path
99
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json

containers/typescript-node-8/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM node:8-slim
6+
FROM node:8
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

containers/typescript-node-lts/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See LICENSE in the project root for license information.
44
#-----------------------------------------------------------------------------------------
55

6-
FROM node:8-slim
6+
FROM node:8
77

88
# Install git, process tools
99
RUN apt-get update && apt-get -y install git procps

0 commit comments

Comments
 (0)