We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d8235 commit 1614786Copy full SHA for 1614786
templates/suse/Dockerfile.sign.template
@@ -12,4 +12,4 @@ RUN \
12
13
{% endblock %}
14
15
-{% block path %}export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}$(find /gramine/meson_build_output/lib64 -type d -path '*/site-packages')" &&{% endblock %}
+{% block path %} {{- python_path('/lib64') -}}{% endblock %}
0 commit comments