Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit cacdbdd

Browse files
authored
Merge pull request #58 from parrobe/master
Do apt-get upgrade and update in Dockerfile
2 parents 4da04ab + 6fae3d7 commit cacdbdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
6161
&& /opt/mqm/bin/setmqinst -p /opt/mqm -i \
6262
# Clean up all the downloaded files
6363
&& rm -rf /tmp/mq \
64+
&& apt-get update -y \
65+
&& apt-get upgrade -y \
6466
&& rm -rf /var/lib/apt/lists/* \
6567
# Optional: Update the command prompt with the MQ version
6668
&& echo "mq:$(dspmqver -b -f 2)" > /etc/debian_chroot \

0 commit comments

Comments
 (0)