mike-jumper commented on code in PR #766:
URL: https://github.com/apache/guacamole-client/pull/766#discussion_r984734290
##########
Dockerfile:
##########
@@ -58,6 +58,9 @@ RUN apt-get update -qq \
&& apt-get install -y xmlstarlet \
&& rm -rf /var/lib/apt/lists/*
+# # Install unzip for LOGBACK_LEVEL case
Review Comment:
An extra `#` snuck in here.
##########
Dockerfile:
##########
@@ -58,6 +58,9 @@ RUN apt-get update -qq \
&& apt-get install -y xmlstarlet \
&& rm -rf /var/lib/apt/lists/*
+# # Install unzip for LOGBACK_LEVEL case
+RUN apt-get update && apt-get install unzip
Review Comment:
It would be better to combine this with the existing `apt-get` line above,
which also already invokes `apt-get update`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]