You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run Google Chrome on the synthetic-net on amd64 Docker image using the make run-chrome command, an error message is displayed saying that Google Chrome cannot be found. This issue appears to be related to missing dependencies.
Steps to reproduce:
Clone the daily-co/synthetic-network repository
Run make run-chrome on an amd64 system
Observe the error message saying that Google Chrome cannot be found
Expected result:
Google Chrome should launch successfully on the synthetic-net amd64 Docker image.
Actual result:
Google Chrome cannot be found on the synthetic-net amd64 Docker image.
Suggested solution:
Add a step to the Dockerfile to install the missing dependencies required for Google Chrome to run properly. This will ensure that the make run-chrome command works as expected on all architectures.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
Description:
When attempting to run Google Chrome on the synthetic-net on amd64 Docker image using the make run-chrome command, an error message is displayed saying that Google Chrome cannot be found. This issue appears to be related to missing dependencies.
Steps to reproduce:
Expected result:
Google Chrome should launch successfully on the synthetic-net amd64 Docker image.
Actual result:
Google Chrome cannot be found on the synthetic-net amd64 Docker image.
Suggested solution:
Add a step to the Dockerfile to install the missing dependencies required for Google Chrome to run properly. This will ensure that the make run-chrome command works as expected on all architectures.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: