gliderlabs / gliderlabs/docker-alpine
Buildings Mono In Alpine with Jenkins error
- Dominant language
- Shell
- Stars
- 5.7k
- Forks
- 530
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I´m trying to compile this image.
```
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.12
RUN echo "Install GnuPg, ca-certificates and add Mono repo"
RUN apk add --no-cache mono --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing && \
apk add --no-cache --virtual=.build-dependencies ca-certificates && \
cert-sync /etc/ssl/certs/ca-certificates.crt && \
apk del .build-dependencies
```
And i having this error, can you help me?
`Error: System.TypeInitializationException: The type initializer for 'Sys' threw an exception. ---> System.DllNotFoundException: /usr/lib/../lib/libmono-native.so assembly: type: member:(null)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.