From 632dce27c2825a5535d5e153634a373892efe8de Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 20 Feb 2023 20:01:23 +0100 Subject: Docker: T5003: can no longer change non-interactive shell to bash --- docker/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 8fd5a40e..d13ac7cc 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -43,10 +43,6 @@ RUN grep "VERSION_ID" /etc/os-release || (echo 'VERSION_ID="12"' >> /etc/os-rele LABEL authors="VyOS Maintainers " ENV DEBIAN_FRONTEND noninteractive -# Standard shell should be bash not dash -RUN echo "dash dash/sh boolean false" | debconf-set-selections && \ - dpkg-reconfigure dash - RUN /bin/echo -e 'APT::Install-Recommends "0";\nAPT::Install-Suggests "0";' > /etc/apt/apt.conf.d/01norecommends RUN apt-get update && apt-get install -y \ -- cgit v1.2.3