Build a custom MQ package as part of build process

This commit is contained in:
Luke J Powlett
2020-03-19 13:46:35 +00:00
parent f3777a499b
commit d2bc7b2adc
2 changed files with 33 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ COPY install-mq.sh /usr/local/bin/
RUN mkdir /opt/mqm \
&& chmod a+x /usr/local/bin/install-mq.sh \
&& sleep 1 \
&& install-mq.sh \
&& INSTALL_SDK=1 install-mq.sh \
&& chown -R 1001:root /opt/mqm/*
WORKDIR /opt/app-root/src/go/src/github.com/ibm-messaging/mq-container/
COPY cmd/ ./cmd