Skip to content
Snippets Groups Projects
Commit c294ab83 authored by jurgenhaas's avatar jurgenhaas
Browse files

l3d#89 Add nano editor

parent 714abfb8
No related branches found
Tags v1.7.5
No related merge requests found
Pipeline #34836 passed
...@@ -50,7 +50,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ ...@@ -50,7 +50,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo "StrictHostKeyChecking no" >> /root/.ssh/config && \ echo "StrictHostKeyChecking no" >> /root/.ssh/config && \
\ \
apk update && \ apk update && \
apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq && \ apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq nano && \
if [ "${ALPINE_VERSION}" = "3.12" ]; then \ if [ "${ALPINE_VERSION}" = "3.12" ]; then \
apk add --no-cache mandoc ; \ apk add --no-cache mandoc ; \
else \ else \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment