diff --git a/Dockerfile b/Dockerfile index 2d73f5a..7cd6fef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ RUN yum -y install http://yum.leenooks.net/CentOS/7/base/redhat-release-7-6.el7. # Installation COPY install.xml install-fp.xml /tmp/ -# New Install - Base level with License +# New Install - Base level without License +## If you have the version from PPA (with license files), then use install.xml instead of install-fp.xml RUN SOURCE_URL=http://YOUR_SITE_URL_HERE SOURCE=8.1.9.000-IBM-SPSRV-Linuxx86_64.bin && \ mkdir -p /tmp/build && cd /tmp/build && \ curl -SL ${SOURCE_URL}/${SOURCE} > tsm && chmod +x tsm && ./tsm && rm -f tsm && \