File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,14 @@ ARG DOWNLOAD_URL=http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/i
1919
2020RUN mkdir -p /opt/ibm/ace-12 \
2121 && if [ -z $USERNAME ]; then curl ${DOWNLOAD_URL}; else curl -u "${USERNAME}:${PASSWORD}" ${DOWNLOAD_URL}; fi | \
22- tar zx --absolute-names --exclude ace-12.\* /tools --exclude ace-12.\* /server/bin/TADataCollector.sh --exclude ace-12.\* /server/transformationAdvisor/ta-plugin-ace.jar --strip-components 1 --directory /opt/ibm/ace-12
22+ tar zx --absolute-names \
23+ --exclude ace-12.0.*.0/tools \
24+ --exclude ace-12.0.*.0/server/tools/ibm-dfdl-java.zip \
25+ --exclude ace-12.0.*.0/server/tools/proxyservlet.war \
26+ --exclude ace-12.0.*.0/server/bin/TADataCollector.sh \
27+ --exclude ace-12.0.*.0/server/transformationAdvisor/ta-plugin-ace.jar \
28+ --strip-components 1 \
29+ --directory /opt/ibm/ace-12
2330
2431FROM registry.access.redhat.com/ubi8/ubi-minimal
2532
You can’t perform that action at this time.
0 commit comments