Parcourir la source

Docker ca-certificates missing (#2285)

Alexandre Alapetite il y a 7 ans
Parent
commit
707388c093
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Docker/Dockerfile

+ 1 - 1
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 && \