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

Building Docker image on windows system using shell terminal on vscode #15

Open
TAHWINEYI opened this issue Apr 20, 2024 · 0 comments
Open

Comments

@TAHWINEYI
Copy link

=> ERROR [2/9] RUN sudo apt-get update && sudo apt-get install -y curl software-properties-common && curl -sL htt 23.9s

[2/9] RUN sudo apt-get update && sudo apt-get install -y curl software-properties-common && curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt-get install -y nodejs && sudo rm -rf /var/lib/apt/lists/*:
2.433 Get:1 https://packages.adoptium.net/artifactory/deb jammy InRelease [7,504 B]
2.586 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
2.931 Err:3 http://archive.ubuntu.com/ubuntu jammy InRelease
2.931 403 Forbidden [IP: 91.189.91.81 80]
3.791 Get:4 https://packages.adoptium.net/artifactory/deb jammy/main amd64 Packages [8,167 B]
4.717 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
8.913 Ign:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
10.78 Ign:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
13.05 Ign:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages
14.88 Ign:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
17.15 Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,739 kB]
19.66 Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,019 kB]
20.31 Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1,077 kB]
23.53 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,369 kB]
23.72 Reading package lists...
23.87 E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy/InRelease 403 Forbidden [IP: 91.189.91.81 80]
23.87 E: The repository 'http://archive.ubuntu.com/ubuntu jammy InRelease' is not signed.


Dockerfile.browsing.amd64:5

4 | # Install Node.js and npm
5 | >>> RUN sudo apt-get update &&
6 | >>> sudo apt-get install -y curl software-properties-common &&
7 | >>> curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&
8 | >>> sudo apt-get install -y nodejs &&
9 | >>> sudo rm -rf /var/lib/apt/lists/*
10 |

ERROR: failed to solve: process "/bin/sh -c sudo apt-get update && sudo apt-get install -y curl software-properties-common && curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && sudo apt-get install -y nodejs && sudo rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

View build details: docker-desktop://dashboard/build/default/default/mb4vgjis252oxuyfgahd57h3k

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