Error building docker image of coffeEditor #213
-
Hi, I am following repository instructions to build a docker image of CoffeEditor, but, when I try to execute this command: all start building (client and server) but in some point of the execution it fails, this is the info showed on console: `#21 101.6 coffee-welcome-page: src/browser/welcome-page-widget.tsx(23,33): error TS2307: Cannot find module 'coffee-workflow-analyzer/lib/browser/command-contribution' or its corresponding type declarations.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
UPDATE: I have updated my Docker version to 4.20.1 and now building it throws this error: `#0 78.63 Setting up ca-certificates-java (20190909) ...
#0 78.85 Package openjdk-17-jre-headless:arm64 is not configured yet. #0 78.85 #0 78.85 dpkg: error processing package openjdk-17-jre:arm64 (--configure): #0 78.85 dependency problems - leaving unconfigured #0 78.85 dpkg: dependency problems prevent configuration of openjdk-17-jdk:arm64: #0 78.85 openjdk-17-jdk:arm64 depends on openjdk-17-jre (= 17.0.7+7-1 |
Beta Was this translation helpful? Give feedback.
Hi @jha659!
Thanks for catching that! Apparently there were changes made in OpenJDK that require now to install the
ca-certificates-java
package to installopenjdk-17-jdk
properly.We updated the Dockerfile accordingly, with the latest master of the
coffee-editor
the docker build should work again as expected!See also eclipse-emfcloud/coffee-editor#510
Best regards,
Nina