Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit af4a3dd

Browse files
committed
fix dockerfile
1 parent 012547f commit af4a3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache git tini && \
99
echo extension=ast.so > /usr/local/etc/php/conf.d/ast.ini && \
1010
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer && \
1111
composer create-project --no-dev --prefer-dist etsy/phan /opt/phan dev-master && \
12-
rm /tmp/php-ast /usr/local/bin/composer
12+
rm -r /tmp/php-ast /usr/local/bin/composer
1313

1414
ENV PATH $PATH:/opt/phan/
1515

0 commit comments

Comments
 (0)