solve ambiguity
This commit is contained in:
parent
7076c0a390
commit
d7e45ade84
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
|
FROM mcr.microsoft.com/playwright:v1.61.0-jammy
|
||||||
|
|
||||||
RUN addgroup -S playwright \
|
RUN addgroup -S playwright \
|
||||||
&& adduser -S playwright -G playwright
|
&& adduser --system playwright -G playwright --shell=/bin/bash
|
||||||
|
|
||||||
USER playwright
|
USER playwright
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue