Mercurial > hg > orthanc-python
changeset 89:74a51200a134
fix error in Docker with debconf
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 19 Aug 2021 11:22:43 +0200 |
parents | 81a0975a2479 |
children | 53f3920af4c3 |
files | Resources/Builders/Debian/docker-internal.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Builders/Debian/docker-internal.sh Thu Aug 19 11:11:55 2021 +0200 +++ b/Resources/Builders/Debian/docker-internal.sh Thu Aug 19 11:22:43 2021 +0200 @@ -12,8 +12,8 @@ useradd -u ${USER_ID} -r -g orthanc orthanc apt-get update -apt-get -y install nano build-essential unzip cmake pkg-config libpython3-dev mercurial -apt-get clean +DEBIAN_FRONTEND=noninteractive apt-get -y install nano build-essential unzip cmake pkg-config libpython3-dev mercurial +apt-get -y clean rm -rf /var/lib/apt/lists/* mkdir /tmp/source-writeable