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

feat/Make apt available when basing images off of Unstructured Ubuntu #3814

Open
jonasheschl opened this issue Dec 6, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jonasheschl
Copy link

The build system for the unstructured Ubuntu image seems to remove apt from the image. This is an issue when basing a custom image off of the Unstructured Ubuntu image. In these cases, most consumers will want to install additional packages. With the current Unstructured Ubuntu image, this is not easily possible.

The following Dockerfile for instance, would error out:

FROM downloads.unstructured.io/unstructured-io/unstructured:latest

RUN apt-get install -y clang gcc

[...]

It would be very useful for apt/apt-get to remain available up to the last layer on the Docker image.

@jonasheschl jonasheschl added the enhancement New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant