Skip to content

Commit

Permalink
Merge pull request #1147 from Arian-D/add-dockerfile
Browse files Browse the repository at this point in the history
Add Dockerfile
  • Loading branch information
cxxxr authored Nov 2, 2023
2 parents 46122b2 + e7b484b commit 2aa1353
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM docker.io/fukamachi/qlot

COPY . .

RUN apt-get update && apt-get install gcc libncurses-dev -y

RUN qlot install

RUN qlot exec sbcl --noinform --no-sysinit --no-userinit --load .qlot/setup.lisp --load scripts/build-ncurses.lisp

ENTRYPOINT qlot exec sbcl --eval "(ql:quickload :lem-ncurses)" --eval "(lem:lem)" --quit

0 comments on commit 2aa1353

Please sign in to comment.