Skip to content

Commit da60ddc

Browse files
committed
Update spaces to tabs
1 parent 48abe94 commit da60ddc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

php/content.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,18 @@ Some extensions are not provided via either Core or PECL; these can be installed
113113
```dockerfile
114114
FROM php:7.0-apache
115115
RUN curl -fsSL 'https://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz' -o xcache.tar.gz \
116-
&& mkdir -p xcache \
117-
&& tar -xf xcache.tar.gz -C xcache --strip-components=1 \
118-
&& rm xcache.tar.gz \
119-
&& ( \
120-
cd xcache \
121-
&& phpize \
122-
&& ./configure --enable-xcache \
123-
&& make -j$(nproc) \
124-
&& make install \
125-
) \
126-
&& rm -r xcache \
127-
&& docker-php-ext-enable xcache
116+
&& mkdir -p xcache \
117+
&& tar -xf xcache.tar.gz -C xcache --strip-components=1 \
118+
&& rm xcache.tar.gz \
119+
&& ( \
120+
cd xcache \
121+
&& phpize \
122+
&& ./configure --enable-xcache \
123+
&& make -j$(nproc) \
124+
&& make install \
125+
) \
126+
&& rm -r xcache \
127+
&& docker-php-ext-enable xcache
128128
```
129129

130130
### Without a `Dockerfile`

0 commit comments

Comments
 (0)