Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue duringn docker build #300

Closed
amakaju opened this issue Jul 30, 2021 · 1 comment
Closed

Issue duringn docker build #300

amakaju opened this issue Jul 30, 2021 · 1 comment

Comments

@amakaju
Copy link

amakaju commented Jul 30, 2021

Hi ,
I am getting following error during docker build. Any solutions/ideas.
executor failed running [/bin/sh -c apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/debian stretch/snapshots/5.20 main" > /etc/apt/sources.list.d/mono-official.list && apt-get update && apt-get install -y clang && apt-get install -y mono-devel=5.20* && rm -rf /var/lib/apt/lists/* /tmp/*]: exit code: 100

@straussmaximilian
Copy link
Member

Hi,

my first guess would be that this is an http issue. Can you execute these commands on your host system?
I quickly checked the dockerization and there seem to be a couple of bugs, so I removed the installation instructions for docker for now. There is now a new issue where the status will be tracked: #302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants