Skip to content

Commit

Permalink
add docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
brankologeecom committed Dec 13, 2024
1 parent 7a83552 commit 432dd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN rm -rf /var/lib/apt/lists/* && \

## Download and extract the Adyen plugin from GitHub
RUN apt-get update && apt-get install -y curl unzip && \
curl -L -o adyen-plugin.zip https://github.com/Adyen/adyen-shopware6/releases/download/${RELEASE_TAG}/AdyenPaymentShopware6.zip && \
curl -L -o adyen-plugin.zip "https://github.com/Adyen/adyen-shopware6/releases/download/${RELEASE_TAG}/AdyenPaymentShopware6.zip" && \
unzip adyen-plugin.zip -d custom/plugins/AdyenPaymentShopware6 && \
rm adyen-plugin.zip
# Set the working directory
Expand Down

0 comments on commit 432dd00

Please sign in to comment.