Bypass using buildapp in the Docker build for CCL.

This commit is contained in:
Dimitri Fontaine 2019-04-15 12:23:49 +02:00
parent bc1167d3e3
commit 701d54bfdf

View File

@ -30,7 +30,7 @@ FROM debian:stable-slim as builder
RUN mkdir -p /opt/src/pgloader/build/bin \
&& cd /opt/src/pgloader \
&& make CL=ccl DYNSIZE=256
&& make CL=ccl DYNSIZE=256 save
FROM debian:stable-slim