We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c745e08 commit caec1b7Copy full SHA for caec1b7
Dockerfile
@@ -50,4 +50,5 @@ RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xd
50
RUN rm -rf /tmp/*
51
RUN apk del g++ autoconf make libxml2-dev libzip-dev openssl-dev libpng-dev
52
53
+SHELL ["/bin/bash", "-c"]
54
ENTRYPOINT ["/bin/bash", "-l", "-c"]
0 commit comments