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

Merge branch 'zimniy-main-patch-24573' into 'main'

Update Dockerfile

See merge request !39
parents 9acb984c 19bf3841
No related branches found
No related tags found
1 merge request!39Update Dockerfile
Pipeline #46250 passed
ARG DOCKER_REGISTRY=registry.cyberbrain.pw
FROM $DOCKER_REGISTRY/tools/docker/alpine/main:latest AS base
ARG ALPINE_IMAGE=tools/docker/alpine/main
ARG ALPINE_TAG=latest
FROM $DOCKER_REGISTRY/$ALPINE_IMAGE:$ALPINE_TAG AS base
FROM base AS builder
ARG ANSIBLE_BUILD_DEPENDENCIES="build-base cargo libffi-dev musl-dev openssl-dev python3-dev yaml-dev"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment