Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels
Activity