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

Commit aee9816

Browse files
committed
Remove SHELL env var (vscode now checks /etc/passwd)
1 parent 2a09f60 commit aee9816

File tree

50 files changed

+10
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+10
-104
lines changed

container-templates/docker-compose/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ FROM debian:9
1313

1414
# Avoid warnings by switching to noninteractive
1515
ENV DEBIAN_FRONTEND=noninteractive
16-
# Set the default shell to bash rather than sh
17-
ENV SHELL /bin/bash
1816

1917
# Configure apt and install packages
2018
RUN apt-get update \

container-templates/dockerfile/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ FROM debian:9
88

99
# Avoid warnings by switching to noninteractive
1010
ENV DEBIAN_FRONTEND=noninteractive
11-
# Set the default shell to bash rather than sh
12-
ENV SHELL /bin/bash
1311

1412
# Configure apt and install packages
1513
RUN apt-get update \

containers/azure-ansible/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ FROM debian:9
88

99
# Avoid warnings by switching to noninteractive
1010
ENV DEBIAN_FRONTEND=noninteractive
11-
# Set the default shell to bash rather than sh
12-
ENV SHELL /bin/bash
1311

1412
# Configure apt and install packages
1513
RUN apt-get update \

containers/azure-blockchain/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM python:2.7
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

containers/azure-cli/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM debian:9
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

containers/azure-functions-dotnetcore-2.1/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.1
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

containers/azure-functions-dotnetcore-latest/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM mcr.microsoft.com/dotnet/core/sdk:latest
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

containers/azure-functions-java-8/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM maven:3-jdk-8
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

containers/azure-functions-node-8/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM node:8
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

containers/azure-functions-node-lts/.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ FROM node:lts
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
10-
# Set the default shell to bash rather than sh
11-
ENV SHELL /bin/bash
1210

1311
# Configure apt and install packages
1412
RUN apt-get update \

0 commit comments

Comments
 (0)