From 0d1e256d10721dbe498b1ec9fc46bf46c726cc62 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 25 Apr 2019 14:07:27 -0700 Subject: [PATCH] Update Dockerfile --- .../docker-compose/.devcontainer/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/container-templates/docker-compose/.devcontainer/Dockerfile b/container-templates/docker-compose/.devcontainer/Dockerfile index 83dbc265d3..0c4dd8b3c6 100644 --- a/container-templates/docker-compose/.devcontainer/Dockerfile +++ b/container-templates/docker-compose/.devcontainer/Dockerfile @@ -3,10 +3,10 @@ # Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. #------------------------------------------------------------------------------------------------------------- -# ************************************************************************** -# * Note: A dev-container.dockerfile is optional when using Docker Compose * -# * but has been included here for completeness. * -# ************************************************************************** +# ******************************************************** +# * Note: A Docker is optional when using Docker Compose * +# * but has been included here for completeness. * +# ******************************************************** # Debian and Ubuntu based images are supported. Alpine images are not yet supported. FROM debian:9