diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-07-29 14:34:29 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2018-07-29 14:34:29 +0200 |
commit | a123c11685fa051697fe51a95f3e2fbde72a6eb1 (patch) | |
tree | a5b791204803122b291ce719f066e8af3edac836 | |
parent | 88c78f464129856da0c980bc808f8fdeafae8e1c (diff) |
Disable simple-date/postgres-glue to make the Dockerfile work.
-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") |