summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-03-19 21:51:16 +0100
committerGravatar GitHub <noreply@github.com> 2019-03-19 21:51:16 +0100
commit707388c09334364d085c598f6b483175a51d7d19 (patch)
tree4d668d2329dbbb6179180f93125f53301010ee16
parent4be8a5fed521270c2e9deba7dc9f603224b51b87 (diff)
Docker ca-certificates missing (#2285)
-rw-r--r--Docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 8f15bec96..56623b001 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -5,7 +5,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt update && \
apt install --no-install-recommends -y \
- cron \
+ ca-certificates cron \
apache2 libapache2-mod-php \
php-curl php-intl php-mbstring php-xml php-zip \
php-sqlite3 php-mysql php-pgsql && \