Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,6 @@ ENV LANG C.UTF-8 ARG DEPENDENCIES_RUNTIME #ARG DEPENDENCIES_RUNTIME="git openssh-client rsync" RUN apk add --no-cache "${DEPENDENCIES_RUNTIME}" RUN apk add --no-cache ${DEPENDENCIES_RUNTIME} WORKDIR /opt/ansible Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,6 @@ ENV LANG C.UTF-8 ARG DEPENDENCIES_RUNTIME #ARG DEPENDENCIES_RUNTIME="git openssh-client rsync" RUN apk add --no-cache "${DEPENDENCIES_RUNTIME}" RUN apk add --no-cache ${DEPENDENCIES_RUNTIME} WORKDIR /opt/ansible