Skip to content

Commit c3eba6f

Browse files
authored
Update Dockerfile.bionic
1 parent 0b9ed4d commit c3eba6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker/Dockerfile.bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN mkdir /ms-playwright && \
3939
if [ "$(uname -m)" = "x86_64" ]; then pip install /tmp/*manylinux1_x86_64*.whl; fi && \
4040
# if its arm64 then install the manylinux1_aarch64 pip package
4141
if [ "$(uname -m)" = "aarch64" ]; then pip install /tmp/*manylinux_2_17_aarch64*.whl; fi && \
42-
npx playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
42+
playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
4343
playwright install --with-deps && rm -rf /var/lib/apt/lists/* && \
4444
rm /tmp/*.whl && \
4545
rm -rf /ms-playwright-agent && \

0 commit comments

Comments
 (0)