From 9f9c7734448dfb5b5374bff10f68fc18ae72a4ce Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Mon, 5 Apr 2021 19:29:59 +0200 Subject: [PATCH] calendar --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4101443..c8788f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN apk add --no-cache wget \ # Install php extensions RUN docker-php-ext-install -j$(nproc) \ + calendar \ bcmath \ bz2 \ curl \