Skip to content
Snippets Groups Projects
Commit 0860c294 authored by nimrod's avatar nimrod
Browse files

Small fixup.

parent 103c2b2c
No related branches found
No related tags found
No related merge requests found
Pipeline #2723 waiting for manual action
......@@ -259,7 +259,7 @@ RUN apt-get update && \
wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -qO /etc/bash_completion.d/docker-compose && \
wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \
wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \
mkdir /usr/local/share/ca-certificates && \
mkdir -p /usr/local/share/ca-certificates && \
wget https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem -qO - | \
awk '/-----BEGIN[A-Z0-9 ]*CERTIFICATE-----/ {n++} n > 0 {print > ("/usr/local/share/ca-certificates/rds-" (1+n) ".crt")}' && \
update-ca-certificates && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment