Skip to content
Snippets Groups Projects

New

Merged Dmitriy Safronov requested to merge new into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM registry.viju.ru/tools/docker/alpine:latest AS base
FROM registry.cyberbrain.pw/tools/docker/alpine:latest AS base
FROM base AS builder
ARG ANSIBLE_BUILD_DEPENDENCIES="build-base cargo libffi-dev musl-dev openssl-dev python3-dev yaml-dev"
Loading