File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
docker/integration_tests/dockerScripts/XCContainer Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,11 @@ jobs:
6363
6464 build_integration_test :
6565 docker :
66- - image : microsoft/ dotnet:2.1-sdk
66+ - image : xcomponent/mono- dotnet-node-xvfb:1.0.0
6767 steps :
6868 - *restore_repo
6969 - *generate_nuget_shasum
7070 - *restore_nuget
71- - run :
72- name : Install Key for mono
73- command : apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
74- - run :
75- name : Install mono 5.16.0.179
76- command : echo "deb http://download.mono-project.com/repo/debian stable-stretch/snapshots/5.16.0.179 main" > /etc/apt/sources.list.d/mono-official-stable.list && apt-get update && apt-get install -y mono-devel
7771 - attach_workspace :
7872 at : /home/circleci/project
7973 - run :
Original file line number Diff line number Diff line change 1- FROM mono:5.12
1+ FROM xcomponent/ mono:1.0.0
22USER root
33RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
44RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments