diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | mulkcms.asd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ ### STAGE 0 ### ############### -FROM mcreations/sbcl:1.4.1-ql-2017-12-27-mc-2018-01-17 +FROM mcreations/sbcl:1.4.1 RUN sbcl --eval "\ (progn \ diff --git a/mulkcms.asd b/mulkcms.asd index 55a2cbe..24ac416 100644 --- a/mulkcms.asd +++ b/mulkcms.asd @@ -11,7 +11,7 @@ :depends-on (:cl-who :cl-json :alexandria :postmodern :split-sequence :cl-ppcre :cl-fad :cxml :json-template :cxml-stp :ironclad :flexi-streams :drakma :puri :simple-date - :local-time :simple-date/postgres-glue) + :local-time) :components ((:file "package") (:file "site") (:file "mulkcms") |