This repository was archived by the owner on May 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,25 @@ ARG MQ_PACKAGES="MQSeriesRuntime-*.rpm MQSeriesServer-*.rpm MQSeriesMsg*.rpm MQS
2525RUN export DEBIAN_FRONTEND=noninteractive \
2626 # Optional: Update the command prompt
2727 && echo "mq:9.0" > /etc/debian_chroot \
28- # Install additional packages required by this install process and the runtime scripts
28+ # Install additional packages required by MQ, this install process and the runtime scripts
2929 && apt-get update -y \
30- && apt-get install -y \
30+ && apt-get install -y --no-install-recommends \
3131 bash \
3232 bc \
33+ coreutils \
3334 curl \
35+ debianutils \
36+ findutils \
37+ gawk \
38+ grep \
39+ libc-bin \
40+ mount \
41+ passwd \
42+ procps \
3443 rpm \
44+ sed \
3545 tar \
46+ util-linux \
3647 # Download and extract the MQ installation files
3748 && mkdir -p /tmp/mq \
3849 && cd /tmp/mq \
Original file line number Diff line number Diff line change @@ -25,12 +25,23 @@ RUN export DEBIAN_FRONTEND=noninteractive \
2525 && echo "mq:8.0" > /etc/debian_chroot \
2626 # Install additional packages required by this install process and the runtime scripts
2727 && apt-get update -y \
28- && apt-get install -y \
28+ && apt-get install -y --no-install-recommends \
2929 bash \
3030 bc \
31+ coreutils \
3132 curl \
33+ debianutils \
34+ findutils \
35+ gawk \
36+ grep \
37+ libc-bin \
38+ mount \
39+ passwd \
40+ procps \
3241 rpm \
42+ sed \
3343 tar \
44+ util-linux \
3445 # Download and extract the MQ installation files
3546 && mkdir -p /tmp/mq \
3647 && cd /tmp/mq \
You can’t perform that action at this time.
0 commit comments