I'm trying to make a dockerfile with the base image ubuntu:latest and nginx on it. The problem is that everything installs perfectly but the moment Nginx gets installed it asks for a geographic area and timezone. Screenshot Terminal
Is there a way to someway silent install Nginx or install a version that doesn't ask these questions?
Command I use:
apt-get install nginx -y
The -s
flag doesn't do anything.