-
Notifications
You must be signed in to change notification settings - Fork 812
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 Build Fails #620
Comments
I had the same issue. Changing
to
fixes it. It's an issue with the latest alpine build I think. Edit: You also need to change alpine version at line 18. |
This helped me too, thanks! |
Duplicate of #629 |
I made PR #717 to fix this problem. I believe the exact version of alpine should be fixed for build reproducibility. |
Describe the bug
Building docker image fails on
RUN apk update && apk add --update nodejs nodejs-npm
stepIf fields below will be empty then issue will be Ignored and Closed
To Reproduce
Steps to reproduce the behavior:
docker build . -t tiktok-scraper
(add the--no-cache
option if you've previously build the imageScreenshots
If applicable, add screenshots to help explain your problem.
Logs from Win10:
The text was updated successfully, but these errors were encountered: