Skip to content

Commit

Permalink
Install the latest cl-dbi from GitHub for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jun 7, 2024
1 parent 571ed68 commit 02a21a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG LISP=sbcl
FROM fukamachi/${LISP} AS base

RUN ros -e '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)'
RUN ros install rove
RUN ros install fukamachi/cl-dbi rove
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libsqlite3-dev \
Expand Down

0 comments on commit 02a21a3

Please sign in to comment.