You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
It would be very useful for
apt
/apt-get
to remain available up to the last layer on the Docker image.The text was updated successfully, but these errors were encountered: