Skip to content

Commit 399d6ad

Browse files
committed
Add composer install sdk to temp docker commands
1 parent 382315b commit 399d6ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ RUN composer install
2222
# Get the sdk repo if it doesn't exist
2323
RUN apt-get update && apt-get install -y git
2424
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
2528

2629
# Get the last AWS-SDK version
2730
RUN apt-get install zip unzip -y

0 commit comments

Comments
 (0)