We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The wget link to izpack 4.3.5 no longer works as codehaus no longer exists.
As a work around I found the following link to work as a replacement RUN wget -c http://download.jboss.org/jbosstools/updates/requirements/izpack/4.3.5/IzPack-install-4.3.5.jar
The text was updated successfully, but these errors were encountered:
Fix broken IzPack-install link
5c562a1
The previous link was 404-ing. Link updated as suggested by @darogan in Issue gawbul#9.
It seems that many of the links included in the Dockerfile no longer exist; I have had issues with the following:
http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/main/libz/libzip/libzip1_0.9-3_amd64.deb
http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/main/libz/libzip/libzip-dev_0.9-3_amd64.deb
http://arc.liv.ac.uk/downloads/SGE/releases/8.1.8/sge-8.1.8.tar.gz
Sorry, something went wrong.
No branches or pull requests
The wget link to izpack 4.3.5 no longer works as codehaus no longer exists.
As a work around I found the following link to work as a replacement
RUN wget -c http://download.jboss.org/jbosstools/updates/requirements/izpack/4.3.5/IzPack-install-4.3.5.jar
The text was updated successfully, but these errors were encountered: