Skip to content

Commit 20d051e

Browse files
committed
ca-certificate fix
1 parent 2ce03f2 commit 20d051e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapr/tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# customers are expected to install the package themselves.
1616
# We do that here for the e2e testing environment.
1717
'apt-get update',
18-
'apt-get install -y gcc gnupg lsb-release ca-certificates',
18+
'DEBIAN_FRONTEND=noninteractive apt-get install -y gcc gnupg lsb-release ca-certificates',
1919
# mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
2020
# This requires adding confluent's APT repositories. These steps are based on the docs in
2121
# - https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software

0 commit comments

Comments
 (0)