From a123c11685fa051697fe51a95f3e2fbde72a6eb1 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 29 Jul 2018 14:34:29 +0200 Subject: Disable simple-date/postgres-glue to make the Dockerfile work. --- Dockerfile | 2 +- mulkcms.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1dbaffa..159f748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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") -- cgit v1.2.3