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

Commit bf3099a

Browse files
committed
Fix sensible-utils vulnerabilities
1 parent 2bb292f commit bf3099a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
5050
util-linux \
5151
# Download and extract the MQ installation files
5252
&& export DIR_EXTRACT=/tmp/mq \
53-
&& mkdir -p ${DIR_EXTRACT} \
53+
&& mkdir -p ${DIR_EXTRACT} \
5454
&& cd ${DIR_EXTRACT} \
5555
&& curl -LO $MQ_URL \
5656
&& tar -zxvf ./*.tar.gz \
@@ -86,7 +86,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
8686
&& rm -rf ${DIR_EXTRACT} \
8787
# Apply any bug fixes not included in base Ubuntu or MQ image.
8888
# Don't upgrade everything based on Docker best practices https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#run
89-
&& apt-get upgrade -y gcc-5-base libstdc++6 \
89+
&& apt-get upgrade -y sensible-utils \
9090
# End of bug fixes
9191
&& rm -rf /var/lib/apt/lists/* \
9292
# Optional: Update the command prompt with the MQ version

0 commit comments

Comments
 (0)