Skip to content

(WIP) update to Dockerfile, fails on build #1

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

petermalcolm
Copy link

Currently fails with:

 => [ 7/20] RUN locale-gen                                                                                                                                             1.8s
 => [ 8/20] RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -                                                                                 1.0s
 => [ 9/20] RUN curl https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list                                             0.5s
 => [10/20] RUN apt-get update                                                                                                                                         1.7s
 => ERROR [11/20] RUN apt-get install -y     msodbcsql17     mssql-tools                                                                                               1.0s
------
 > [11/20] RUN apt-get install -y     msodbcsql17     mssql-tools:
#16 0.235 Reading package lists...
#16 0.752 Building dependency tree...
#16 0.884 Reading state information...
#16 0.944 Some packages could not be installed. This may mean that you have
#16 0.944 requested an impossible situation or if you are using the unstable
#16 0.944 distribution that some required packages have not yet been created
#16 0.944 or been moved out of Incoming.
#16 0.944 The following information may help to resolve the situation:
#16 0.944 
#16 0.944 The following packages have unmet dependencies:
#16 1.012  libodbc1 : PreDepends: multiarch-support but it is not installable
#16 1.012  odbcinst1debian2 : PreDepends: multiarch-support but it is not installable
#16 1.028 E: Unable to correct problems, you have held broken packages.
------
executor failed running [/bin/sh -c apt-get install -y     msodbcsql17     mssql-tools]: exit code: 100

@petermalcolm petermalcolm marked this pull request as draft July 11, 2022 21:22
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

Successfully merging this pull request may close these issues.

1 participant