We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecde43c commit cf83cddCopy full SHA for cf83cdd
circleci/images/exttester/Dockerfile
@@ -50,7 +50,7 @@ RUN tar jxf "postgresql-${PG_VERSION_CLEAN}.tar.bz2"
50
51
# apply optional patches that might be required for a successful testsuite
52
WORKDIR /build/postgresql-${PG_VERSION_CLEAN}/
53
-COPY patches/ patches/
+COPY exttester/patches/ patches/
54
RUN <<'EOF'
55
# apply postgres patches
56
@@ -137,7 +137,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
137
RUN cpanm install IPC::Run
138
139
# make special locales available
140
-COPY locale.gen /etc/locale.gen
+COPY exttester/locale.gen /etc/locale.gen
141
RUN locale-gen
142
143
ARG PG_VERSION
0 commit comments