From 7650ace35d4d11857b7397f1fa8e59ca56be7dda Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 23 Apr 2020 12:14:29 +1000 Subject: [PATCH] Minor description correction for Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && \