Explorar el Código

Docker ca-certificates missing (#2285)

Alexandre Alapetite hace 7 años
padre
commit
707388c093
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 && \