Skip to content

Commit

Permalink
Update Dockerfile.bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored and mxschmitt committed Apr 11, 2022
1 parent 70af4fc commit 1f34fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/docker/Dockerfile.bionic
Expand Up @@ -39,7 +39,7 @@ RUN mkdir /ms-playwright && \
if [ "$(uname -m)" = "x86_64" ]; then pip install /tmp/*manylinux1_x86_64*.whl; fi && \
# if its arm64 then install the manylinux1_aarch64 pip package
if [ "$(uname -m)" = "aarch64" ]; then pip install /tmp/*manylinux_2_17_aarch64*.whl; fi && \
npx playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && \
playwright install --with-deps && rm -rf /var/lib/apt/lists/* && \
rm /tmp/*.whl && \
rm -rf /ms-playwright-agent && \
Expand Down

0 comments on commit 1f34fd0

Please sign in to comment.