Minor description correction for Dockerfile

This commit is contained in:
Deon George 2020-04-23 12:14:29 +10:00
parent d58c71f096
commit 7650ace35d
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 2 additions and 1 deletions

View File

@ -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 && \