summaryrefslogtreecommitdiffstats
path: root/vendor/ringcentral/psr7/Dockerfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:31:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:31:45 +0000
commit4e393913a4b1f06509da4341f0f58a41adac9117 (patch)
tree9c27e3eb77d109dff5fd031502311c5616adab04 /vendor/ringcentral/psr7/Dockerfile
parentInitial commit. (diff)
downloadicinga-php-thirdparty-4e393913a4b1f06509da4341f0f58a41adac9117.tar.xz
icinga-php-thirdparty-4e393913a4b1f06509da4341f0f58a41adac9117.zip
Adding upstream version 0.12.1+ds.upstream/0.12.1+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/ringcentral/psr7/Dockerfile')
-rw-r--r--vendor/ringcentral/psr7/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/ringcentral/psr7/Dockerfile b/vendor/ringcentral/psr7/Dockerfile
new file mode 100644
index 0000000..846e8cf
--- /dev/null
+++ b/vendor/ringcentral/psr7/Dockerfile
@@ -0,0 +1,5 @@
+FROM greensheep/dockerfiles-php-5.3
+RUN apt-get update -y
+RUN apt-get install -y curl
+RUN curl -sS https://getcomposer.org/installer | php
+RUN mv composer.phar /usr/local/bin/composer \ No newline at end of file