Igor Brishkoski
11/08/2020, 2:50 PM------
> [1/19] FROM <http://mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019@sha256:2506aed9fa9adec7118a1058d117b5ff579fa0c74f9a47bece4008593a057e5d|mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019@sha256:2506aed9fa9adec7118a1058d117b5ff579fa0c74f9a47bece4008593a057e5d>:
------
failed to solve with frontend dockerfile.v0: failed to build LLB: failed to register layer: Error processing tar file(exit status 1): link /Files/Program Files/common files/Microsoft Shared/Ink/en-US/micaut.dll.mui /Files/Program Files (x86)/common files/Microsoft Shared/ink/en-US/micaut.dll.mui: no such file or directory
olonho
11/08/2020, 3:28 PMIgor Brishkoski
11/08/2020, 3:32 PMdeb
and msi/exe
packages. I was able to build a deb
with the linux image, wanted to try building an msi
one too.olonho
11/08/2020, 3:34 PMIgor Brishkoski
11/08/2020, 3:45 PMexamples/todo
and trying to package the desktop module with ./gradlew :desktop:package
and it only produces dmg
binary, which led me to building the docker images. Even if I’m explicit ./gradlew :desktop:packageDeb
nothing gets produces but the build is a successolonho
11/08/2020, 3:48 PMIgor Brishkoski
11/08/2020, 3:57 PMolonho
11/08/2020, 4:00 PM