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

Commit 69cd4a0

Browse files
committed
Default back to dialog to avoid apt errors
1 parent fe29916 commit 69cd4a0

File tree

50 files changed

+50
-50
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

+50
-50
lines changed

containers/azure-ansible/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ RUN apt-get update \
7373
&& rm -rf /var/lib/apt/lists/*
7474

7575
# Switch back to dialog for any ad-hoc use of apt-get
76-
ENV DEBIAN_FRONTEND=
76+
ENV DEBIAN_FRONTEND=dialog
7777

containers/azure-blockchain/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN apt-get update \
5454
&& rm -rf /var/lib/apt/lists/*
5555

5656
# Switch back to dialog for any ad-hoc use of apt-get
57-
ENV DEBIAN_FRONTEND=
57+
ENV DEBIAN_FRONTEND=dialog

containers/azure-cli/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ RUN apt-get update \
4444
&& rm -rf /var/lib/apt/lists/*
4545

4646
# Switch back to dialog for any ad-hoc use of apt-get
47-
ENV DEBIAN_FRONTEND=
47+
ENV DEBIAN_FRONTEND=dialog

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ RUN apt-get update \
5151
&& rm -rf /var/lib/apt/lists/*
5252

5353
# Switch back to dialog for any ad-hoc use of apt-get
54-
ENV DEBIAN_FRONTEND=
54+
ENV DEBIAN_FRONTEND=dialog

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ RUN apt-get update \
5151
&& rm -rf /var/lib/apt/lists/*
5252

5353
# Switch back to dialog for any ad-hoc use of apt-get
54-
ENV DEBIAN_FRONTEND=
54+
ENV DEBIAN_FRONTEND=dialog

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ RUN apt-get update \
5353
&& rm -rf /var/lib/apt/lists/*
5454

5555
# Switch back to dialog for any ad-hoc use of apt-get
56-
ENV DEBIAN_FRONTEND=
56+
ENV DEBIAN_FRONTEND=dialog

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ RUN apt-get update \
5353
&& rm -rf /var/lib/apt/lists/*
5454

5555
# Switch back to dialog for any ad-hoc use of apt-get
56-
ENV DEBIAN_FRONTEND=
56+
ENV DEBIAN_FRONTEND=dialog

containers/azure-functions-python-3/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ RUN apt-get update \
6262
&& rm -rf /var/lib/apt/lists/*
6363

6464
# Switch back to dialog for any ad-hoc use of apt-get
65-
ENV DEBIAN_FRONTEND=
65+
ENV DEBIAN_FRONTEND=dialog

containers/azure-machine-learning-python-3/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ RUN apt-get update \
5858
&& rm -rf /var/lib/apt/lists/*
5959

6060
# Switch back to dialog for any ad-hoc use of apt-get
61-
ENV DEBIAN_FRONTEND=
61+
ENV DEBIAN_FRONTEND=dialog

containers/azure-terraform/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ RUN apt-get update \
8484
&& rm -rf /var/lib/apt/lists/*
8585

8686
# Switch back to dialog for any ad-hoc use of apt-get
87-
ENV DEBIAN_FRONTEND=
87+
ENV DEBIAN_FRONTEND=dialog

0 commit comments

Comments
 (0)