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

Commit bdfd459

Browse files
committed
Minor fix
1 parent f83ebcd commit bdfd459

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

containers/go/.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ RUN apt-get update \
6666
&& apt-get autoremove -y \
6767
&& apt-get clean -y \
6868
&& rm -rf /var/lib/apt/lists/* /go/src
69+
70+
# Switch back to dialog for any ad-hoc use of apt-get
71+
ENV DEBIAN_FRONTEND=dialog
72+

0 commit comments

Comments
 (0)