Skip to content

Commit b9637ba

Browse files
committed
update package name
1 parent 4fb723a commit b9637ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/test-linux-docker-prereqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
# Installing the dependencies requires root, but the docker image we're using doesn't have root permissions (nor sudo)
1414
# We can exec as root from outside the container from the host machine.
1515
# Really we should create our own image with these pre-installed, but we'll need to figure out how to publish the image.
16-
- script: docker exec --user root $(containerId) bash -c 'apt-get update -y && apt-get install -y libglib2.0-0 libnss3 libatk-bridge2.0-dev libdrm2 libgtk-3-0 libgbm-dev libasound2 xvfb'
16+
- script: docker exec --user root $(containerId) bash -c 'apt-get update -y && apt-get install -y libglib2.0-0 libnss3 libatk-bridge2.0-dev libdrm2 libgtk-3-0 libgbm-dev libasound2t64 xvfb'
1717
displayName: 'Install additional Linux dependencies'
1818
target: host
1919
condition: eq(variables['Agent.OS'], 'Linux')

0 commit comments

Comments
 (0)