We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ca2cc commit fb2c6feCopy full SHA for fb2c6fe
2 files changed
circleci/images/Makefile
@@ -47,7 +47,7 @@ push-all:: push-extbuilder-$1
47
push-extbuilder-all:: push-extbuilder-$1
48
49
build-exttester-$1:
50
- docker build --no-cache \
+ docker build \
51
exttester/ \
52
-f exttester/Dockerfile \
53
--build-arg=PG_VERSION=$1 \
circleci/images/exttester/Dockerfile
@@ -178,6 +178,9 @@ apt-get install -y --no-install-recommends --allow-downgrades \
178
rm -rf /var/lib/apt/lists/*
179
EOF
180
181
+# ---------- copy helper binaries ----------
182
+COPY --from=dev-tools-collection /collect/ /
183
+
184
# now do the symlink (outside the heredoc!) in its own layer
185
RUN ln -s /usr/lib/x86_64-linux-gnu/libpq.so.5 \
186
/usr/lib/postgresql/${PG_MAJOR}/lib/libpq.so.5 && \
0 commit comments