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

Update Dockerfile

parent 448137d2
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/alpine/main AS runtime

ARG ALPINE_IMAGE=tools/docker/alpine/main
ARG ALPINE_TAG=latest

FROM $DOCKER_REGISTRY/$ALPINE_IMAGE:$ALPINE_TAG AS runtime

RUN apk add --no-cache git git-lfs openssh-client