Skip to content

Commit

Permalink
Fix Dockerfile.ccl
Browse files Browse the repository at this point in the history
Stop installing sbcl in the CCL image, that's not needed, and also make sure
we use a git clone of some of the libs rather than the current QL version of
them.

Fixes dimitri#926.
  • Loading branch information
dimitri committed Apr 17, 2019
1 parent 4b9cbcb commit 739be3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.ccl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FROM debian:stable-slim as builder
make \
openssl \
patch \
sbcl \
time \
unzip \
wget \
Expand All @@ -30,7 +29,7 @@ FROM debian:stable-slim as builder

RUN mkdir -p /opt/src/pgloader/build/bin \
&& cd /opt/src/pgloader \
&& make CL=ccl DYNSIZE=256 save
&& make CL=ccl DYNSIZE=256 clones save

FROM debian:stable-slim

Expand Down

0 comments on commit 739be3a

Please sign in to comment.