add bob.jar to path

This commit is contained in:
Nick Leeman 2023-09-09 14:57:14 +02:00
parent b794b87f4d
commit 10b0334f99

View File

@ -26,3 +26,6 @@ RUN hash=$(echo $stable_info | jq -r '.sha1')
# Download bob.jar
RUN curl -L -o bob.jar https://github.com/defold/defold/releases/download/$version/bob.jar -s
# Add bob.jar to PATH
ENV PATH="/defold:${PATH}"