We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f932b commit ef01ea6Copy full SHA for ef01ea6
web-build/Dockerfile
@@ -1,2 +1,6 @@
1
#ddev-generated
2
-RUN sudo apt-get update && sudo apt-get install chromium-driver -y
+# Note that the chromium-driver install could be moved to webimage_extra_packages
3
+RUN sudo apt-get update && sudo apt-get install chromium-driver -y
4
+# Depending on the outcome of https://github.com/ddev/ddev/pull/5988
5
+# this may not be necessary in DDEV v1.23+
6
+RUN corepack enable
0 commit comments