Skip to content

Commit defec36

Browse files
authored
Merge pull request #2 from lost-rob0t/patch-docker
fix(deps): update qlock
2 parents 683d83d + becc519 commit defec36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fukamachi/sbcl:latest as build
1+
FROM fukamachi/qlot:latest as build
22
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt set -x; \
33
apt-get update && \
44
apt-get install -y \
@@ -12,9 +12,9 @@ RUN ros setup
1212

1313
COPY . /root/
1414

15-
RUN ln -s /root/deps/ /root/common-lisp
1615
WORKDIR /root/
17-
RUN make build
16+
RUN qlot install
17+
RUN qlot exec make build
1818
RUN make install
1919
FROM build as star-server
2020
EXPOSE 5000

qlfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
("star-cl" .
6262
(:class qlot/source/github:source-github
6363
:initargs (:repos "lost-rob0t/star-cl" :ref nil :branch nil :tag nil)
64-
:version "github-0c10783a640e6a63ce0a23069668fc3d47a3fe4a"))
64+
:version "github-4065d8689ad118dc93fc95688ca1bf63973e3c0d"))
6565
("cl-couch" .
6666
(:class qlot/source/github:source-github
6767
:initargs (:repos "lost-rob0t/cl-couch" :ref nil :branch nil :tag nil)

0 commit comments

Comments
 (0)