Minor description correction for Dockerfile
This commit is contained in:
parent
d58c71f096
commit
7650ace35d
@ -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 && \
|
||||
|
Reference in New Issue
Block a user