Fmstrat / Fmstrat/easywildcard
Doesn't work...
- Dominant language
- Shell
- Stars
- 55
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I get this error with your first command:
```
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
```
If I run the command as just docker build easywildcard it seems to work until the end when I get this:
```
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.70f61090.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
bind (missing):
required by: world[bind]
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.11/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.ca2fea5b.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
The command '/bin/sh -c apk --update add bind' returned a non-zero code: 1
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the reported `docker build easywildcard` failure, then inspect the Dockerfile step containing `apk --update add bind` and the build command shown in the issue. Confirm whether the image can build successfully and the reported Alpine package-install error is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100