mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 08:17:00 +02:00
Change the main Dockerfile for sbcl to use make save
too.
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.
This commit is contained in:
parent
739be3a730
commit
a9133256a7
@ -26,7 +26,7 @@ FROM debian:stable-slim as builder
|
|||||||
|
|
||||||
RUN mkdir -p /opt/src/pgloader/build/bin \
|
RUN mkdir -p /opt/src/pgloader/build/bin \
|
||||||
&& cd /opt/src/pgloader \
|
&& cd /opt/src/pgloader \
|
||||||
&& make
|
&& make clones save
|
||||||
|
|
||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user