We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382315b commit 399d6adCopy full SHA for 399d6ad
Dockerfile
@@ -22,6 +22,9 @@ RUN composer install
22
# Get the sdk repo if it doesn't exist
23
RUN apt-get update && apt-get install -y git
24
RUN if [ ! -d "sdk-php" ]; then git clone --depth 1 https://github.com/ProcessMaker/sdk-php.git; fi
25
+RUN mv sdk-php /opt/
26
+RUN composer config repositories.sdk-php path /opt/sdk-php
27
+RUN composer require ProcessMaker/sdk-php:@dev
28
29
# Get the last AWS-SDK version
30
RUN apt-get install zip unzip -y
0 commit comments