Skip to content

Commit a554685

Browse files
committed
chore: add plv8 source to build cache
1 parent da0a18b commit a554685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ HEALTHCHECK --interval=2s --timeout=2s --retries=10 CMD pg_isready -U postgres -
741741
# Update build cache
742742
####################
743743
FROM production as stats
744+
COPY --from=plv8-source /tmp/*.deb /tmp/
744745
RUN --mount=type=cache,source=/ccache,target=/ccache,from=public.ecr.aws/t3w2s2c9/postgres-buildcache:docker \
745746
ccache -s && \
746747
cp -r /ccache /tmp

0 commit comments

Comments
 (0)