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

[Panther] Docker Lint error #1368

Open
LaurentSanson opened this issue Dec 9, 2024 · 0 comments
Open

[Panther] Docker Lint error #1368

LaurentSanson opened this issue Dec 9, 2024 · 0 comments

Comments

@LaurentSanson
Copy link

LaurentSanson commented Dec 9, 2024

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

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

1 participant