Skip to content

Commit 29ce1d6

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Revert to uwsgi-plugin-python for barbican source images" into stable/stein
2 parents ff815ba + d65eab1 commit 29ce1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/barbican/barbican-base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2525
{% endif %}
2626

2727
{% elif base_package_type == 'deb' %}
28-
{% set barbican_base_packages = ['uwsgi-plugin-python3'] %}
28+
{% set barbican_base_packages = ['uwsgi-plugin-python'] %}
2929
{% endif %}
3030

3131
{{ macros.install_packages(barbican_base_packages | customizable("packages")) }}

0 commit comments

Comments
 (0)