Skip to content

.gitlab-ci/Dockerfile.test: Install missing dependencies

Santiago Gil requested to merge santigl/alpine-missing-dependencies into master

Currently, the image generation job is failing during the installation of Python's cryptography package.

This change installs the missing dependencies.

Merge request reports