mystikos container base image should have cryptsetup-bin preinstalled #1334
Labels
area/tooling
issues against build tooling
severity/moderate
Severity: Moderate
status/triaged
Status: Triaged
When using the mystikos base image to build a container one library that needs to be installed is cryptsetup-bin:
RUN apt-get update && apt-get install -y cryptsetup-bin
The ask is to ship mystikos-bionic with this preinstalled so that the consumer of mystikos-bionic does not have to do
apt-get
, which requires internet connection.Example dockerfile:
Desired:
no need to run apt-get update and install
The text was updated successfully, but these errors were encountered: