We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I've added panther to my project and since then, the CI is not passing anymore :
Dockerfile:47 DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
It happens here :
###> symfony/panther ### # Chromium and ChromeDriver ENV PANTHER_NO_SANDBOX=1 # Not mandatory, but recommended ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage' RUN apt-get update && apt-get install -y --no-install-recommends chromium chromium-driver && rm -rf /var/lib/apt/lists/* ###< symfony/panther ###
Any idea how to fix this?
Cheers,
Laurent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I've added panther to my project and since then, the CI is not passing anymore :
It happens here :
Any idea how to fix this?
Cheers,
Laurent
The text was updated successfully, but these errors were encountered: