bitcoin-tools / nodebuilder

Run a secure Bitcoin Core node with ease.
MIT No Attribution
6 stars 1 forks source link

Suppress the debconf apt-utils error #228

Closed bitcoin-tools closed 6 months ago

bitcoin-tools commented 6 months ago
#13 0.365 Performing a system upgrade... debconf: delaying package configuration, since apt-utils is not installed
#13 3.957 ok.
#13 3.957 Checking for dependencies... debconf: delaying package configuration, since apt-utils is not installed
#13 6.164 ok.
bitcoin-tools commented 6 months ago

My solution is just to put a

RUN apt-get update && apt-get install -y --no-install-recommends apt-utils line in the docker file and it fixes the problem.

https://github.com/phusion/baseimage-docker/issues/319