Skip to content

Commit ef01ea6

Browse files
authored
Enable Corepack, credit: @rfay
1 parent 81f932b commit ef01ea6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web-build/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#ddev-generated
2-
RUN sudo apt-get update && sudo apt-get install chromium-driver -y
2+
# 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

Comments
 (0)