We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff815ba + d65eab1 commit 29ce1d6Copy full SHA for 29ce1d6
docker/barbican/barbican-base/Dockerfile.j2
@@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
25
{% endif %}
26
27
{% elif base_package_type == 'deb' %}
28
- {% set barbican_base_packages = ['uwsgi-plugin-python3'] %}
+ {% set barbican_base_packages = ['uwsgi-plugin-python'] %}
29
30
31
{{ macros.install_packages(barbican_base_packages | customizable("packages")) }}
0 commit comments