Skip to content
Snippets Groups Projects
Commit 8e9ae460 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

Merge branch 'zimniy-master-patch-11401' into 'master'

Update Dockerfile

See merge request !2
parents 90fc9bcb de1478ef
Branches
Tags
1 merge request!2Update Dockerfile
Pipeline #35052 failed
ARG DOCKER_REGISTRY=registry.cyberbrain.pw ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/alpine:latest FROM $DOCKER_REGISTRY/tools/docker/alpine:latest AS runtime
RUN set -ex && \ RUN set -ex && \
apk --no-cache add rsync openssh-client && \ apk --no-cache add rsync openssh-client && \
...@@ -7,3 +7,5 @@ RUN set -ex && \ ...@@ -7,3 +7,5 @@ RUN set -ex && \
ENTRYPOINT ["rsync"] ENTRYPOINT ["rsync"]
CMD [ "--version" ] CMD [ "--version" ]
FROM runtime AS release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment