Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Trouble with Docker #258

Open
hecatio opened this issue May 19, 2021 · 1 comment
Open

Trouble with Docker #258

hecatio opened this issue May 19, 2021 · 1 comment

Comments

@hecatio
Copy link

hecatio commented May 19, 2021

Hey everyone,
I'm seeking help !

I'm trying to build a custom Cura, for me, myself and I, and i'm using Win10 (AMD64 with WSL2), and Docker of course and VSCODE (On which I have a docker extension installed).

Let's get straight to the point where I need help. The Dockerfile.

When I build the docker container, it can't seem to pull FROM ultimaker/cura-build-environment:1
My solution to this problem was to simply ask for last release (which was like a week ago or so) by doing FROM ultimaker/cura-build-environment

After that I had quite a few errors, might me because i'm not using the correct version of the environment container.
It then throws me a No CMAKE_CXX_COMPILER could be found. to which I answered with RUN yum -y install gcc gcc-c++ kernel-devel.

And now, the container is telling me that CMAKE could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR) (Required is east version "3.0.0"), I think that the cura_build_env have it installed so I came here looking for help. Which step did I take wrong ?

@evtrados
Copy link
Contributor

evtrados commented Jun 1, 2021

Hi @hecatio ,

We recently upgraded to Python v3.8.10 and Qt v5.15.2 and we still need to update the main Windows docker image with these new dependencies. I will try to create an ultimaker/cura-build-environment:win1809-latest docker image that will have all the dependencies you are not able to find in the current image.

I'll keep you posted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants