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

Include ca-certificates in Dockerfile.debug #1941

Closed
wants to merge 1 commit into from
Closed

Include ca-certificates in Dockerfile.debug #1941

wants to merge 1 commit into from

Conversation

tuxpeople
Copy link

Should fix #1868 but I'm not sure about the goreleaser thing...

@tuxpeople tuxpeople requested a review from ohdearaugustin as a code owner May 15, 2024 10:10
Comment on lines 12 to 13
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean
&& rm -rf /var/lib/apt/lists/*

that is run automatically in debian images

@ohdearaugustin ohdearaugustin self-assigned this May 18, 2024
@ohdearaugustin
Copy link
Collaborator

This won't fix the docker container, as it is not build with the Dockerfile.debug.

I still will have to test the debug image.

@ohdearaugustin
Copy link
Collaborator

Won't fix. Please see #1868 (comment)

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

Successfully merging this pull request may close these issues.

CA Certificates missing
3 participants