Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to setup a docker compose environment #39

Open
flefevre opened this issue Sep 29, 2024 · 2 comments
Open

Trying to setup a docker compose environment #39

flefevre opened this issue Sep 29, 2024 · 2 comments

Comments

@flefevre
Copy link

After cloning your beautifull project, when runnning on Ubuntu 24.04, I am getting the following error.
My initial purpose was to create a Dockercompose.yml file but i did'nt find your image in Docker.io
Do you plan a release of your work there, to ease it use?
Thanks for your help for this error:

docker build .

I am getting

6.145 playwright._impl._errors.Error: BrowserType.launch: Executable doesn't exist at /root/.cache/ms-playwright/chromium-1124/chrome-linux/chrome
6.145 ╔════════════════════════════════════════════════════════════╗
6.145 ║ Looks like Playwright was just installed or updated.       ║
6.145 ║ Please run the following command to download new browsers: ║
6.145 ║                                                            ║
6.145 ║     playwright install                                     ║
6.145 ║                                                            ║
6.145 ║ <3 Playwright Team                                         ║
6.145 ╚════════════════════════════════════════════════════════════╝
6.251 make: *** [Makefile:21: build] Error 1
------

 2 warnings found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22)
Dockerfile:41
--------------------
  40 |     
  41 | >>> RUN . .venv/bin/activate \
  42 | >>>  && make build
  43 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c . .venv/bin/activate  && make build" did not complete successfully: exit code: 2

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

No branches or pull requests

3 participants
@AdrianDC @flefevre and others