diff --git a/build-image.lisp b/build-image.lisp index 447ad91..12e7699 100644 --- a/build-image.lisp +++ b/build-image.lisp @@ -1,6 +1,7 @@ (in-package :cl-user) +(ql:quickload "deploy") ;; not used to build the image, but used in the .asd. (ql:quickload "cl+ssl") ;; only because of Deploy's parameters. ;; (asdf:load-asd "./ciel.asd") ;; Bug on CI, needs an absolute pathname.