diff --git a/Dockerfile b/Dockerfile index 48f27b6..0c0448f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,10 +38,11 @@ RUN echo "deb [trusted=yes] http://10.15.39.186:8081/repository/debian-proxy/ bu unzip \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install gd pdo pdo_mysql zip \ + && pear config-set http_proxy "http://10.15.3.20:80" \ && pecl install redis-5.3.7 \ && docker-php-ext-enable redis \ && rm -rf /var/lib/apt/lists/* - + # ========================================================= # PEAR Proxy (jika diperlukan) # =========================================================