Skip to content

Commit cf83cdd

Browse files
committed
fix copy statements
1 parent ecde43c commit cf83cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circleci/images/exttester/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN tar jxf "postgresql-${PG_VERSION_CLEAN}.tar.bz2"
5050

5151
# apply optional patches that might be required for a successful testsuite
5252
WORKDIR /build/postgresql-${PG_VERSION_CLEAN}/
53-
COPY patches/ patches/
53+
COPY exttester/patches/ patches/
5454
RUN <<'EOF'
5555
# apply postgres patches
5656

@@ -137,7 +137,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
137137
RUN cpanm install IPC::Run
138138

139139
# make special locales available
140-
COPY locale.gen /etc/locale.gen
140+
COPY exttester/locale.gen /etc/locale.gen
141141
RUN locale-gen
142142

143143
ARG PG_VERSION

0 commit comments

Comments
 (0)