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 0b9ed4d commit c3eba6fCopy full SHA for c3eba6f
utils/docker/Dockerfile.bionic
@@ -39,7 +39,7 @@ RUN mkdir /ms-playwright && \
39
if [ "$(uname -m)" = "x86_64" ]; then pip install /tmp/*manylinux1_x86_64*.whl; fi && \
40
# if its arm64 then install the manylinux1_aarch64 pip package
41
if [ "$(uname -m)" = "aarch64" ]; then pip install /tmp/*manylinux_2_17_aarch64*.whl; fi && \
42
- npx playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
+ playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
43
playwright install --with-deps && rm -rf /var/lib/apt/lists/* && \
44
rm /tmp/*.whl && \
45
rm -rf /ms-playwright-agent && \
0 commit comments