feat: Install pygit2 and m2crypto from ubuntu repositories

This commit is contained in:
Carlos Álvaro
2020-10-17 20:54:17 +02:00
parent bb3c4b4f33
commit 3db9bdfc22
3 changed files with 4 additions and 27 deletions

View File

@@ -5,11 +5,7 @@ ARG VCS_REF
# https://github.com/saltstack/salt/releases
ENV SALT_VERSION="3001.1" \
PYTHON_VERSION="3.8" \
LIBSSH2_VERSION="1.9.0" \
LIBGIT2_VERSION="1.0.1" \
PYGIT2_VERSION="1.2.1" \
M2CRYPTO_VERSION="0.36.0"
PYTHON_VERSION="3.8"
ENV SALT_DOCKER_DIR="/etc/docker-salt" \
SALT_ROOT_DIR="/etc/salt" \