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 13bbc5f commit e614381Copy full SHA for e614381
slo-workload/Dockerfile
@@ -3,5 +3,6 @@ FROM ilyakharev/php-grpc:7.2
3
COPY . /src
4
WORKDIR /src/slo-workload
5
RUN composer update
6
+RUN apt instll bmon
7
#RUN apt update; apt install htop
8
ENTRYPOINT ["php", "application.php"]
0 commit comments