Skip to content

Commit

Permalink
Change the main Dockerfile for sbcl to use make save too.
Browse files Browse the repository at this point in the history
That building script does not rely on buildapp, which might be an advantage
in docker environments: first it's one less dependency, second, we have seen
weird error cases when using buildapp.
  • Loading branch information
dimitri committed Apr 17, 2019
1 parent 739be3a commit a913325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM debian:stable-slim as builder

RUN mkdir -p /opt/src/pgloader/build/bin \
&& cd /opt/src/pgloader \
&& make
&& make clones save

FROM debian:stable-slim

Expand Down

0 comments on commit a913325

Please sign in to comment.