Skip to content

Commit

Permalink
Fix guacamaole-client's build stopped working (#506)
Browse files Browse the repository at this point in the history
The following error was returned by APT:
The following packages have unmet dependencies:
 openjdk-8-jdk : Depends: openjdk-8-jre (= 8u121-b13-1~bpo8+1) but it is not going to be installed
                 Depends: openjdk-8-jdk-headless (= 8u121-b13-1~bpo8+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

The reason for the sudden build breaking is unknown. Upgrading from tomcat 8.5.4 to 8.5.13 fixed the issue.
  • Loading branch information
dynamiccast authored Apr 5, 2017
1 parent c7d7e13 commit eaf00b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guacamole-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:8.5.4-jre8
FROM tomcat:8.5.13-jre8
MAINTAINER Olivier Berthonneau <olivier.berthonneau@nanocloud.com>

RUN apt-get update && apt-get -y install maven \
Expand Down

0 comments on commit eaf00b4

Please # to comment.