summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-07-29 14:34:29 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-07-29 14:34:29 +0200
commita123c11685fa051697fe51a95f3e2fbde72a6eb1 (patch)
treea5b791204803122b291ce719f066e8af3edac836
parent88c78f464129856da0c980bc808f8fdeafae8e1c (diff)
Disable simple-date/postgres-glue to make the Dockerfile work.
-rw-r--r--Dockerfile2
-rw-r--r--mulkcms.asd2
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")