Skip to content

Commit

Permalink
Bypass using buildapp in the Docker build for CCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Apr 15, 2019
1 parent bc1167d commit 701d54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 701d54b

Please sign in to comment.