There was an error while loading. Please reload this page.
1 parent a636c90 commit 2b2218eCopy full SHA for 2b2218e
Dockerfile
@@ -21,6 +21,8 @@ ENV PHARS_DIR /opt/phars
21
RUN mkdir -p $PHARS_DIR
22
ENV PATH $PHARS_DIR:$PATH
23
24
+ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
25
+
26
# Xdebug
27
RUN apk add --no-cache \
28
$PHPIZE_DEPS \
0 commit comments