alexdeathway / headstart-django

A starter template Dockerizing django with postgres, gunicorn, nginx and certbot.
52 stars 5 forks source link

debconf: delaying package configuration, since apt-utils is not installed #3

Closed alexdeathway closed 1 year ago

alexdeathway commented 1 year ago

Image:python:3.11-slim

alexdeathway commented 1 year ago

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

ENV DEBIAN_FRONTEND noninteractive ENV DEBCONF_NOWARNINGS="yes"

This got the job done.