Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,11 @@ jobs:

build_integration_test:
docker:
- image: microsoft/dotnet:2.1-sdk
- image: xcomponent/mono-dotnet-node-xvfb:1.0.0
steps:
- *restore_repo
- *generate_nuget_shasum
- *restore_nuget
- run:
name: Install Key for mono
command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- run:
name: Install mono 5.16.0.179
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
- attach_workspace:
at: /home/circleci/project
- run:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mono:5.12
FROM xcomponent/mono:1.0.0
USER root
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get update && apt-get install -y \
Expand Down