Skip to content

Commit 1614786

Browse files
committed
Update PYTHON_PATH in SUSE sign template
Signed-off-by: Davis Benny <[email protected]>
1 parent 67d8235 commit 1614786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/suse/Dockerfile.sign.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN \
1212

1313
{% endblock %}
1414

15-
{% block path %}export PYTHONPATH="${PYTHONPATH:+$PYTHONPATH:}$(find /gramine/meson_build_output/lib64 -type d -path '*/site-packages')" &&{% endblock %}
15+
{% block path %} {{- python_path('/lib64') -}}{% endblock %}

0 commit comments

Comments
 (0)