Quellcode durchsuchen

updating to tideways/php-profiler v4.1.5

vpoturaev vor 8 Jahren
Ursprung
Commit
f27030d948
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,14 +1,14 @@
 FROM php:7.2-cli
 
-RUN curl "https://github.com/tideways/php-profiler-extension/archive/v4.1.4.tar.gz" -fsL -o ./a.tar.gz  && \
+RUN curl "https://github.com/tideways/php-profiler-extension/archive/v4.1.5.tar.gz" -fsL -o ./a.tar.gz  && \
      tar xf ./a.tar.gz && \
-     cd ./php-profiler-extension-4.1.4 && \
+     ls -la && cd ./php-xhprof-extension-4.1.5 && \
      ls -la && \
      phpize && \
      ./configure && \
      make && \
      make install && \
-     cd .. && rm -rf ./a.tar.gz ./php-profiler-extension-4.1.4 && \
+     cd .. && rm -rf ./a.tar.gz ./php-xhprof-extension-4.1.5 && \
      docker-php-ext-enable tideways
 
 RUN apt-get update && apt-get install -y graphviz