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

Unable to build docker image #369

Open
Yrij-Zhavoronkov opened this issue Feb 21, 2024 · 0 comments
Open

Unable to build docker image #369

Yrij-Zhavoronkov opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Yrij-Zhavoronkov
Copy link

Run from ./libraries:
docker build . -t google_tm

Error:

=> ERROR [2/3] RUN apt-get install gconf-service libasound2 libatk1.0-0 libc6   libcairo2 libcups2 libdbus-1-3 l  0.3s
------
> [2/3] RUN apt-get install gconf-service libasound2 libatk1.0-0 libc6   libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1   libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4   libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1   libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3   libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates   fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget:
0.276 Reading package lists...
0.284 Building dependency tree...
0.285 Reading state information...
0.288 Package fonts-liberation is not available, but is referred to by another package.
0.288 This may mean that the package is missing, has been obsoleted, or
0.288 is only available from another source
0.288
0.288 Package xdg-utils is not available, but is referred to by another package.
0.288 This may mean that the package is missing, has been obsoleted, or
0.288 is only available from another source
0.288
0.288 E: Unable to locate package gconf-service
0.288 E: Unable to locate package libasound2
0.288 E: Unable to locate package libatk1.0-0
0.288 E: Couldn't find any package by glob 'libatk1.0-0'
0.288 E: Couldn't find any package by regex 'libatk1.0-0'
0.288 E: Unable to locate package libcups2
0.288 E: Unable to locate package libdbus-1-3
0.288 E: Unable to locate package libgconf-2-4
0.288 E: Unable to locate package libgtk-3-0
0.288 E: Unable to locate package libnspr4
0.288 E: Unable to locate package libx11-xcb1
0.288 E: Unable to locate package libxcomposite1
0.288 E: Unable to locate package libxcursor1
0.288 E: Unable to locate package libxdamage1
0.288 E: Unable to locate package libxfixes3
0.288 E: Unable to locate package libxi6
0.288 E: Unable to locate package libxrandr2
0.288 E: Unable to locate package libxss1
0.288 E: Unable to locate package libxtst6
0.288 E: Package 'fonts-liberation' has no installation candidate
0.288 E: Unable to locate package libappindicator1
0.288 E: Unable to locate package libnss3
0.288 E: Unable to locate package lsb-release
0.288 E: Package 'xdg-utils' has no installation candidate
------
Dockerfile:3
--------------------
  2 |
  3 | >>> RUN apt-get install gconf-service libasound2 libatk1.0-0 libc6 \
  4 | >>>   libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 \
  5 | >>>   libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \
  6 | >>>   libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 \
  7 | >>>   libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 \
  8 | >>>   libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates \
  9 | >>>   fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
 10 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get install gconf-service libasound2 libatk1.0-0 libc6   libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1   libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4   libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1   libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3   libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates   fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget" did not complete successfully: exit code: 100

View build details: docker-desktop://dashboard/build/default/default/y9a3x78jphfpqf43fvi3tv3i9
  • OS: Windows 10
  • Browser chrome
  • Docker ver: 4.27.1 (136059)
@Yrij-Zhavoronkov Yrij-Zhavoronkov added the bug Something isn't working label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant