From 601dc122129b4a97413a74deee1365ea0dac6e08 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 1 Dec 2015 11:39:21 +0000 Subject: [PATCH] Remove patching of mqconfig The problem encountered with the `mqconfig` utility was fixed in MQ V8.0.0.3. --- 8.0.0/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/8.0.0/Dockerfile b/8.0.0/Dockerfile index a17809f..f41b110 100644 --- a/8.0.0/Dockerfile +++ b/8.0.0/Dockerfile @@ -41,9 +41,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ # Recommended: Set the default MQ installation (makes the MQ commands available on the PATH) && /opt/mqm/bin/setmqinst -p /opt/mqm -i \ # Clean up all the downloaded files - && rm -rf /tmp/mq \ - # Bypass defect in the "mqconfig" script - && sed -i -e "s;CheckShellDefaultOptions$;#CheckShellDefaultOptions;g" /opt/mqm/bin/mqconfig + && rm -rf /tmp/mq COPY *.sh /usr/local/bin/ COPY *.mqsc /etc/mqm/