diff options
| author | 2019-03-19 21:51:16 +0100 | |
|---|---|---|
| committer | 2019-03-19 21:51:16 +0100 | |
| commit | 707388c09334364d085c598f6b483175a51d7d19 (patch) | |
| tree | 4d668d2329dbbb6179180f93125f53301010ee16 /Docker/Dockerfile | |
| parent | 4be8a5fed521270c2e9deba7dc9f603224b51b87 (diff) | |
Docker ca-certificates missing (#2285)
Diffstat (limited to 'Docker/Dockerfile')
| -rw-r--r-- | Docker/Dockerfile | 2 |
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 && \ |
