File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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')
You can’t perform that action at this time.
0 commit comments