add WORKDIR

This commit is contained in:
BodoBolero
2025-06-18 19:20:57 +02:00
parent f57b2fe053
commit 0620f3ba24

View File

@@ -548,6 +548,7 @@ RUN make -j $(getconf _NPROCESSORS_ONLN) OPTFLAGS="" && \
#########################################################################################
FROM build-deps AS pg_tpcds-src
ARG PG_VERSION
WORKDIR /ext-src/
RUN case "${PG_VERSION:?}" in \
"v14" ) \