We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c81f0 commit 6477cddCopy full SHA for 6477cdd
1 file changed
Dockerfile
@@ -9,12 +9,14 @@ RUN apt-get install -y libz-dev libmemcached-dev \
9
10
RUN docker-php-ext-enable opcache
11
12
+RUN pecl install apcu && docker-php-ext-enable apcu
13
+
14
RUN rm -rf /tmp/pear
15
16
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
17
18
WORKDIR /var/www
-RUN git clone https://github.com/RobiNN1/phpCacheAdmin.git html
19
+RUN git clone --depth=1 https://github.com/RobiNN1/phpCacheAdmin.git html
20
21
RUN chmod 777 /var/www/html
22
0 commit comments