Commit 2c29bcfb authored by Дмитрий Сафронов's avatar Дмитрий Сафронов
Browse files

Update Dockerfile

parent 8e9ae460
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/alpine:latest AS runtime
FROM $DOCKER_REGISTRY/tools/docker/alpine/main AS runtime

RUN set -ex && \
    apk --no-cache add rsync openssh-client && \