Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cl-ironclad and cl-babel dependencies to docker builds #854

Merged
merged 1 commit into from Oct 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -18,6 +18,8 @@ FROM debian:stable-slim as builder
time \
unzip \
wget \
cl-ironclad \
cl-babel \
&& rm -rf /var/lib/apt/lists/*

COPY ./ /opt/src/pgloader
Expand All @@ -42,4 +44,4 @@ FROM debian:stable-slim

COPY --from=builder /opt/src/pgloader/build/bin/pgloader /usr/local/bin

LABEL maintainer="Dimitri Fontaine <dim@tapoueh.org>"
LABEL maintainer="Dimitri Fontaine <dim@tapoueh.org>"
4 changes: 3 additions & 1 deletion Dockerfile.ccl
Expand Up @@ -18,6 +18,8 @@ FROM debian:stable-slim as builder
time \
unzip \
wget \
cl-ironclad \
cl-babel \
&& rm -rf /var/lib/apt/lists/*

RUN curl -SL https://github.com/Clozure/ccl/releases/download/v1.11.5/ccl-1.11.5-linuxx86.tar.gz \
Expand Down Expand Up @@ -46,4 +48,4 @@ FROM debian:stable-slim

COPY --from=builder /opt/src/pgloader/build/bin/pgloader /usr/local/bin

LABEL maintainer="Dimitri Fontaine <dim@tapoueh.org>"
LABEL maintainer="Dimitri Fontaine <dim@tapoueh.org>"