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 build fail on Centos 7 #42

Closed
chienbinhso14 opened this issue Aug 3, 2021 · 4 comments
Closed

Docker build fail on Centos 7 #42

chienbinhso14 opened this issue Aug 3, 2021 · 4 comments

Comments

@chienbinhso14
Copy link

chienbinhso14 commented Aug 3, 2021

When run ./start.sh
image

Should add to Dockerfile those line:

    apk update &&\
    apk add ca-certificates wget &&\
    update-ca-certificates && \

for wget inside docker.

@pashcovich
Copy link
Contributor

what do you mean?
we use alpine to build images and wget is already installed in it

what are your problems with the build?

@chienbinhso14
Copy link
Author

If it runs on Centos, it says Certificate error.
Maybe the docker image version is too old?

@pashcovich
Copy link
Contributor

could you please show here all the logs that you see and the commands that you execute

@chienbinhso14
Copy link
Author

chienbinhso14 commented Aug 4, 2021

Here is the log:
log.txt

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