
@hashwarlock @floxdevelopment You can use the resulting container that `flox containerize` outputs as a base image in a Dockerfile. So,
FROM the-thing-that-flox-outputs
RUN ...
Should work.
I am not sure if this is what you're asking for, though. Please let me know if you need further assistance. :)
English



















