add bob.jar to path
This commit is contained in:
parent
b794b87f4d
commit
10b0334f99
@ -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}"
|
Loading…
x
Reference in New Issue
Block a user