forked from leftypol/leftypol
docker: delete PEAR leftovers
This commit is contained in:
parent
38e0b22916
commit
54feeba2da
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ RUN apk add --no-cache \
|
||||||
imagemagick-dev \
|
imagemagick-dev \
|
||||||
pcre-dev \
|
pcre-dev \
|
||||||
$PHPIZE_DEPS \
|
$PHPIZE_DEPS \
|
||||||
&& rm -rf /var/cache/*
|
&& rm -rf /var/cache/* \
|
||||||
|
&& rm -rf /tmp/pear
|
||||||
RUN rmdir /var/www/html \
|
RUN rmdir /var/www/html \
|
||||||
&& install -d -m 744 -o www-data -g www-data /var/www \
|
&& install -d -m 744 -o www-data -g www-data /var/www \
|
||||||
&& install -d -m 700 -o www-data -g www-data /var/tmp/vichan \
|
&& install -d -m 700 -o www-data -g www-data /var/tmp/vichan \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue