1
0
Fork 0

Add JDK to PATH

main
Ambrose Chua 2018-04-02 13:38:51 +08:00
parent 42d4c2a78f
commit fe29508062
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RUN ./.install/kubectl.sh
# setup global PATH for system tools
ENV PATH=/usr/local/go/bin:$PATH
ENV PATH=/usr/local/jdk/bin:$PATH
# switch to user

View File

@ -44,4 +44,5 @@ pipeline:
image: alpine:latest
commands:
- ./.install/jdk.sh
- export PATH=/usr/local/jdk/bin:$PATH
- java -version