Skip to content

Commit 18bfa53

Browse files
authored
Add nano to base image (#28)
Add nano to base image as a text editor option Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent d0ab70e commit 18bfa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY payload /runner/
1818
# these built-ins are desired by setting the Ansible collections path variable
1919
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
2020
&& cp /runner/deps/*.repo /etc/yum.repos.d/ \
21-
&& dnf install -y python38-devel git curl which bash gcc terraform \
21+
&& dnf install -y python38-devel git curl which bash gcc terraform nano \
2222
&& rm -rf /var/cache/dnf \
2323
&& pip install -r /runner/deps/python_base.txt \
2424
&& ansible-galaxy role install -p /opt/cldr-runner/roles -r /runner/deps/ansible.yml \

0 commit comments

Comments
 (0)