DaniO
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
Maybe it is my mac setup, but i can't remember setting anything different. i also tried to build it with different platforms (amd/arm).
Also had the same issue trying it with a raspberry pi 4 (OS:
Debian GNU/Linux 12 (bookworm)
) and tried to run wasp there directly.
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
@martinsos No problem, happy to help.
As I already mentioned, I can work around this by using a ubuntu vm.
Yes
wasp start
is working, without any problems.43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
@martinsos I tried it with the ubuntu baseimage and had the same result.
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
Also tried it now with the raspberry PI - direct install, without docker. Same result đŸ˜„
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
It's a company notebook and I don't wanna pollute it to much đŸ˜„
I will start a cloud server and do it with remote development, if we can't find a solution here đŸ™‚
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
@miho i don't get why it is working for you, but not for me.
Do i maybe have some setting set wrong?
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
Thanks a lot!
But argh - tried it with bookworm, bullseye and alpine - still failing.
For some strange reason it fails later, if I rerun it. The logfile is the output from
node:22.6.0-bullseye
Any other idea? đŸ˜¬43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
@miho
I have the following Dockerfile:
Then I ran
docker build -t wasp .
and docker run --rm -it wasp bash
Inside the container i executed:
Which results into the following error:
If I can provide more info just ping me please đŸ™‚
---
Edit:
This seems to only be a problem with my Macbook.
I started a redhat VM and executed the same commands, there it worked đŸ˜„
I built it once with linux/amd64
and once with linux/arm64
.
With ARM I am getting:
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
@miho ping đŸ™‚
43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
I built a docker image until
COPY
, then i started a container with that image and did the rest manually (for testing)43 replies
WWasp
•Created by abhinav3295 on 8/9/2024 in #đŸ™‹questions
Trying to install wasp within a docker image, and it always fail
Hey,
I am also trying to run that on my M3.
Tried your dockerfile until the
COPY
part, but i am getting the following error:
Any idea? đŸ™‚43 replies