File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ splunk-windows-2016: base-windows-2016 ansible
209209 -t splunk-windows-2016:${IMAGE_VERSION} .
210210
211211splunk-amazon-linux-2023 : base-amazon-linux-2023 ansible
212+ echo " Hello!"
212213 docker build ${DOCKER_BUILD_FLAGS} \
213214 --platform =linux/arm64/v8 \
214215 -f splunk/common-files/Dockerfile \
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ rm -f get-pip.py
4646ln -sf /usr/bin/python3 /usr/bin/python
4747
4848# Install splunk-ansible dependencies
49- pip install setuptools
50- pip -q --no-cache-dir install six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
49+ pip install setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
5150cd /
5251
5352# Remove tests packaged in python libs
You can’t perform that action at this time.
0 commit comments