We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce03f2 commit 20d051eCopy full SHA for 20d051e
mapr/tests/conftest.py
@@ -15,7 +15,7 @@
15
# customers are expected to install the package themselves.
16
# We do that here for the e2e testing environment.
17
'apt-get update',
18
- 'apt-get install -y gcc gnupg lsb-release ca-certificates',
+ 'DEBIAN_FRONTEND=noninteractive apt-get install -y gcc gnupg lsb-release ca-certificates',
19
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
20
# This requires adding confluent's APT repositories. These steps are based on the docs in
21
# - https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software
0 commit comments