mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
add WORKDIR
This commit is contained in:
@@ -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" ) \
|
||||
|
||||
Reference in New Issue
Block a user