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

Missing wine release file #101

Open
JanAlexanderPersonal opened this issue Aug 27, 2020 · 0 comments
Open

Missing wine release file #101

JanAlexanderPersonal opened this issue Aug 27, 2020 · 0 comments

Comments

@JanAlexanderPersonal
Copy link

JanAlexanderPersonal commented Aug 27, 2020

Hi,

Wine install seems to be broken.
When I try to build an image from the Dockerfile, I get the following error (at # we need wine for this all to work, so we'll use the PPA):

wget -nv https://dl.winehq.org/wine-builds/winehq.key ERROR: cannot verify dl.winehq.org's certificate, issued by 'CN=Kaspersky Endpoint Security Personal Root Certificate,O=AO Kaspersky Lab': Self-signed certificate encountered. To connect to dl.winehq.org insecurely, use--no-check-certificate'.
`

I can convert wget -nv https://dl.winehq.org/wine-builds/winehq.key to wget --no-check-certificate -nv https://dl.winehq.org/wine-builds/winehq.key, I can get past this issue. Nevertheless, now I get the following error:

W: The repository 'https://dl.winehq.org/wine-builds/ubuntu xenial Release' does not have a Release file. E: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/xenial/main/binary-amd64/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none E: Some index files failed to download. They have been ignored, or old ones used instead.

I do not see how to solve this.

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

1 participant