mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 14:26:51 +08:00
Dockerfile: Only set DEBIAN_FRONTEND=noninteractive for apt-get install
See https://github.com/openalpr/openalpr/pull/690#discussion_r194960280
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
from ubuntu:18.04
|
||||
|
||||
# Install prerequisites
|
||||
env DEBIAN_FRONTEND=noninteractive
|
||||
run apt-get update && apt-get install -y \
|
||||
run apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
curl \
|
||||
|
Reference in New Issue
Block a user