We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ab70e commit 18bfa53Copy full SHA for 18bfa53
Dockerfile
@@ -18,7 +18,7 @@ COPY payload /runner/
18
# these built-ins are desired by setting the Ansible collections path variable
19
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
20
&& cp /runner/deps/*.repo /etc/yum.repos.d/ \
21
- && dnf install -y python38-devel git curl which bash gcc terraform \
+ && dnf install -y python38-devel git curl which bash gcc terraform nano \
22
&& rm -rf /var/cache/dnf \
23
&& pip install -r /runner/deps/python_base.txt \
24
&& ansible-galaxy role install -p /opt/cldr-runner/roles -r /runner/deps/ansible.yml \
0 commit comments