File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,13 @@ RUN EXPECTED_SIGNATURE="$(wget -q -O - https://composer.github.io/installer.sig)
146
146
rm composer-setup.php && \
147
147
exit $RESULT
148
148
149
- # RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \
150
- # && architecture=$(case $(uname -m) in i386 | i686 | x86) echo "i386" ;; x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac) \
151
- # && curl -A "Docker" -o /tmp/blackfire-probe.tar.gz -D - -L -s https://blackfire.io/api/v1/releases/probe/php/alpine/$architecture/$version \
152
- # && mkdir -p /tmp/blackfire \
153
- # && tar zxpf /tmp/blackfire-probe.tar.gz -C /tmp/blackfire \
154
- # && mv /tmp/blackfire/blackfire-*.so $(php -r "echo ini_get ('extension_dir');")/blackfire.so \
155
- # && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz
149
+ RUN version=$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;") \
150
+ && architecture=$(case $(uname -m) in i386 | i686 | x86) echo "i386" ;; x86_64 | amd64) echo "amd64" ;; aarch64 | arm64 | armv8) echo "arm64" ;; *) echo "amd64" ;; esac) \
151
+ && curl -A "Docker" -o /tmp/blackfire-probe.tar.gz -D - -L -s https://blackfire.io/api/v1/releases/probe/php/alpine/$architecture/$version \
152
+ && mkdir -p /tmp/blackfire \
153
+ && tar zxpf /tmp/blackfire-probe.tar.gz -C /tmp/blackfire \
154
+ && mv /tmp/blackfire/blackfire-*.so $(php -r "echo ini_get ('extension_dir');")/blackfire.so \
155
+ && rm -rf /tmp/blackfire /tmp/blackfire-probe.tar.gz
156
156
157
157
#RUN if [ "$ATATUS_ENABLED" == "TRUE" ]; then \
158
158
# # Atatus
You can’t perform that action at this time.
0 commit comments