diff --git a/Dockerfile b/Dockerfile index 1181af2..48f27b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ ENV HTTPS_PROXY=${https_proxy} # ========================================================= # System dependencies & Extensions -# (Gunakan Nexus debian-proxy lokal) # ========================================================= RUN echo "deb [trusted=yes] http://10.15.39.186:8081/repository/debian-proxy/ bullseye main" > /etc/apt/sources.list \ @@ -39,10 +38,10 @@ 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 \ - && pecl install redis \ + && pecl install redis-5.3.7 \ && docker-php-ext-enable redis \ && rm -rf /var/lib/apt/lists/* - + # ========================================================= # PEAR Proxy (jika diperlukan) # =========================================================