Skip to content

Commit dd1b8b3

Browse files
committed
[Dockerfile] Install sbcl and rlwrap
1 parent fd3e597 commit dd1b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ryukinix/lerax:latest
2-
2+
RUN apt-get update && apt-get install sbcl rlwrap -y
33
# NOTE: z prefix makes sure is the last file to load.
44
# this avoid variables to be overridden
55
COPY setup.el /root/.emacs.d/personal/z-setup.el

0 commit comments

Comments
 (0)