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

setup fails: tor (no such package) #1

Open
secretmango opened this issue Nov 1, 2023 · 1 comment
Open

setup fails: tor (no such package) #1

secretmango opened this issue Nov 1, 2023 · 1 comment

Comments

@secretmango
Copy link

STEP 1/7: FROM alpine:latest
STEP 2/7: RUN apk add tor
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/main: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
ERROR: https://dl-cdn.alpinelinux.org/alpine/v3.17/community: temporary error (try again later)
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: No such file or directory
ERROR: unable to select packages:
  tor (no such package):
    required by: world[tor]
Error: building at STEP "RUN apk add tor": while running runtime: exit status 1

I am using Fedora Kinoite, Distrobox and virt-manager are already installed and used. Your solution sounds great, but the container creation process fails for some reason.

@secretmango secretmango changed the title tor (no such package) setup fails: tor (no such package) Nov 1, 2023
@hardcore-sushi
Copy link
Owner

It looks like your alpine image outdated. The latest version is 3.18 but you are using 3.17. Try to update with:

podman pull alpine

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

2 participants