Skip to content

Commit 6477cdd

Browse files
committed
Update Dockerfile
1 parent 02c81f0 commit 6477cdd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ RUN apt-get install -y libz-dev libmemcached-dev \
99

1010
RUN docker-php-ext-enable opcache
1111

12+
RUN pecl install apcu && docker-php-ext-enable apcu
13+
1214
RUN rm -rf /tmp/pear
1315

1416
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
1517

1618
WORKDIR /var/www
17-
RUN git clone https://github.com/RobiNN1/phpCacheAdmin.git html
19+
RUN git clone --depth=1 https://github.com/RobiNN1/phpCacheAdmin.git html
1820

1921
RUN chmod 777 /var/www/html
2022

0 commit comments

Comments
 (0)