File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414 # mapr-streams-python is required by the integration but is not shipped with the Agent;
1515 # customers are expected to install the package themselves.
1616 # We do that here for the e2e testing environment.
17+ 'apt-get clean' ,
1718 'apt-get update' ,
18- 'apt-get install -y gcc gnupg lsb-release ca-certificates' ,
19+ "sh -c 'DEBIAN_FRONTEND=noninteractive dpkg --configure -a'" ,
20+ "sh -c 'DEBIAN_FRONTEND=noninteractive apt-get install -f -y -o Dpkg::Options::=\" --force-confdef\" -o Dpkg::Options::=\" --force-confold\" '" ,
21+ "sh -c 'DEBIAN_FRONTEND=noninteractive apt-get install -y gcc gnupg lsb-release ca-certificates'" ,
1922 # mapr-streams-python requires librdkafka headers as they're not shipped with the Agent
2023 # This requires adding confluent's APT repositories. These steps are based on the docs in
2124 # - https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html#get-the-software
You can’t perform that action at this time.
0 commit comments