File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM fukamachi/sbcl :latest as build
1
+ FROM fukamachi/qlot :latest as build
2
2
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt set -x; \
3
3
apt-get update && \
4
4
apt-get install -y \
@@ -12,9 +12,9 @@ RUN ros setup
12
12
13
13
COPY . /root/
14
14
15
- RUN ln -s /root/deps/ /root/common-lisp
16
15
WORKDIR /root/
17
- RUN make build
16
+ RUN qlot install
17
+ RUN qlot exec make build
18
18
RUN make install
19
19
FROM build as star-server
20
20
EXPOSE 5000
Original file line number Diff line number Diff line change 61
61
("star-cl" .
62
62
(:class qlot/source/github:source-github
63
63
:initargs (:repos "lost-rob0t/star-cl" :ref nil :branch nil :tag nil)
64
- :version "github-0c10783a640e6a63ce0a23069668fc3d47a3fe4a "))
64
+ :version "github-4065d8689ad118dc93fc95688ca1bf63973e3c0d "))
65
65
("cl-couch" .
66
66
(:class qlot/source/github:source-github
67
67
:initargs (:repos "lost-rob0t/cl-couch" :ref nil :branch nil :tag nil)
You can’t perform that action at this time.
0 commit comments