Skip to content

Commit 2a866c0

Browse files
Bsdiff native
1 parent 30540b3 commit 2a866c0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
99
EMAIL="admin@localhost" \
1010
SHFILE="/etc/apache2/file.sh" \
1111
PAGESPEED="true" \
12-
LIBMOD="re2c" \
12+
LIBMOD="re2c,bsdiff" \
1313
APAMOD="cache,rewrite,ssl,headers" \
1414
APDMOD="autoindex" \
1515
PHPMOD="bcmath,bz2,intl,gd,mbstring,mysql,zip" \

scripts/before-pecl.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
#!/bin/bash
22

3-
#bsdiff extension
4-
apt-get install bzip2 git -y
5-
git clone https://github.com/monkey-company/phpdiff.git
6-
cd phpdiff
7-
phpize
8-
export LDFLAGS="-lbz2" && ./configure --with-php-config=/php-path/bin/php-config
9-
make && make install
10-
113
#xdiff library
124
cd /usr/src
135
wget http://www.xmailserver.org/libxdiff-0.22.tar.gz

0 commit comments

Comments
 (0)