mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-23 17:13:17 +08:00
Don't prompt user for time zone in during Docker build
See https://askubuntu.com/questions/909277/avoiding-user-interaction-with-tzdata-when-installing-certbot-in-a-docker-container
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
from ubuntu:18.04
|
from ubuntu:18.04
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
|
env DEBIAN_FRONTEND=noninteractive
|
||||||
run apt-get update && apt-get install -y \
|
run apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
|
Reference in New Issue
Block a user