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

Docker update #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docker update #102

wants to merge 2 commits into from

Conversation

meh-me
Copy link

@meh-me meh-me commented Jun 1, 2023

Updated Dockerfile and changed commands in README for the updated commands

@samc621
Copy link
Owner

samc621 commented Jun 3, 2023

@meh-me I am doing a fresh install locally and running into the following error:

 => ERROR [ 3/12] RUN apt-get update && apt-get install gnupg wget -y     && wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.  2.6s
------
 > [ 3/12] RUN apt-get update && apt-get install gnupg wget -y     && wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/google-archive.gpg     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'     && apt-get update     && apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf     --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && apt-get purge --auto-remove -y curl     && rm -rf /src/*.deb:
#0 0.411 Hit:1 http://deb.debian.org/debian bullseye InRelease
#0 0.411 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#0 0.415 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#0 0.651 Reading package lists...
#0 0.926 Reading package lists...
#0 1.171 Building dependency tree...
#0 1.260 Reading state information...
#0 1.342 gnupg is already the newest version (2.2.27-2+deb11u2).
#0 1.342 wget is already the newest version (1.21-1+deb11u1).
#0 1.342 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
#0 1.575 Hit:1 http://deb.debian.org/debian bullseye InRelease
#0 1.575 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#0 1.578 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#0 1.689 Get:4 http://dl.google.com/linux/chrome/deb stable InRelease [1825 B]
#0 1.949 Get:5 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1079 B]
#0 1.961 Fetched 2904 B in 0s (6973 B/s)
#0 1.961 Reading package lists...
#0 2.209 Reading package lists...
#0 2.457 Building dependency tree...
#0 2.528 Reading state information...
#0 2.577 E: Unable to locate package google-chrome-stable
------
failed to solve: process "/bin/sh -c apt-get update && apt-get install gnupg wget -y     && wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/google-archive.gpg     && sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'     && apt-get update     && apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf     --no-install-recommends     && rm -rf /var/lib/apt/lists/*     && apt-get purge --auto-remove -y curl     && rm -rf /src/*.deb" did not complete successfully: exit code: 100

Can you reproduce this error?

@meh-me
Copy link
Author

meh-me commented Jun 4, 2023

@samc621 No, I'm not able to reproduce the error, the docker container compiled just fine for me.

@samc621
Copy link
Owner

samc621 commented Jun 4, 2023

Can you please provide some details about your Docker host environment? I want to see if I can get it working. If not, I'll consider merging and see if it works in the GitHub Action.

@meh-me
Copy link
Author

meh-me commented Jun 5, 2023

I have docker on a fresh install of Ubuntu 22.04.2 running on vmware workstation pro.

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.

None yet

2 participants