From 010c4eb2695e938011278cf57006bc81bffbb199 Mon Sep 17 00:00:00 2001 From: Arne Juul Date: Wed, 7 Jun 2023 10:12:10 +0200 Subject: [PATCH] ensure better default PATH --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ea73634..73739ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ LABEL org.opencontainers.image.authors="Vespa (https://vespa.ai)" \ org.opencontainers.image.vendor="Yahoo" \ org.opencontainers.image.version="$VESPA_VERSION" +ENV PATH="/opt/vespa/bin:/opt/vespa-deps/bin:${PATH}" ENV VESPA_LOG_STDOUT="true" ENV VESPA_LOG_FORMAT="vespa" ENV VESPA_CLI_HOME=/tmp/.vespa