Skip to content

Commit

Permalink
Update Quicklisp before testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jun 6, 2024
1 parent b01a790 commit 576ae40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ ARG LISP=sbcl
FROM fukamachi/${LISP} AS base

RUN ros install fukamachi/rove

RUN apt-get update && \
apt-get install -y --no-install-recommends \
libsqlite3-dev \
default-libmysqlclient-dev \
default-mysql-client && \
rm -rf /var/lib/apt/lists/*

RUN ros -e '(ql-dist:update-dist "quicklisp" :prompt nil)'

COPY . /app
WORKDIR /app

Expand Down

0 comments on commit 576ae40

Please sign in to comment.