Open Yrij-Zhavoronkov opened 9 months ago
Run from ./libraries: docker build . -t google_tm
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
Run from ./libraries:
docker build . -t google_tm
Error: