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

l3d#72 Add jp

parent 1747e85f
No related branches found
No related tags found
No related merge requests found
Pipeline #33052 passed
v1.7.2 2021-01-06
-----------------
docker/l3d#72 Add jp
v1.7.1 2021-01-06
-----------------
docker/l3d#73 Add zsh shell
......
......@@ -50,7 +50,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo "StrictHostKeyChecking no" >> /root/.ssh/config && \
\
apk update && \
apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo && \
apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq && \
if [ "${ALPINE_VERSION}" = "3.12" ]; then \
apk add --no-cache mandoc ; \
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