ci.docker.websphere-traditional
ci.docker.websphere-traditional copied to clipboard
Add Ant to compile project.
Hi People.
I need to add apache Ant to compile my code this image. I have" permission denied" when i try to create ant´s folder when i build a new image with a dockerfile. Do you kwon how can i install ant in this image? Thanks !
it comes with ANT 1.6.5
Assuming your build.xml is in current directory. The DOS command would be ...
docker run --rm -v "%CD%":/usr/src/myapp -w /usr/src/myapp ibmcom/websphere-traditional:9.0.5.8-ubi8-amd64 ws_ant.sh %*
The error seems similar to #74. If so, the fix is pretty simple. If ANT 1.6.5 isn't the version you need, the solution to #72 seems to be how you'd go about that.