What are you trying to do?
I am trying to update the PATH variable based on its previous value inside docker.#Build. docker.#Set is insufficient for it. A mechanism to update env values or PATH specifically should be abstracted away as an action for ease in translation.
Why is this important to you?
Various pieces of software demand the PATH variable be updated for global discovery.
ENV PATH=${PATH}: is a common occurrence in most Dockerfiles, but it is extremely convoluted to do using Dagger in its current form.
How are you currently working around this?
No response
What are you trying to do?
I am trying to update the PATH variable based on its previous value inside docker.#Build. docker.#Set is insufficient for it. A mechanism to update env values or PATH specifically should be abstracted away as an action for ease in translation.
Why is this important to you?
Various pieces of software demand the PATH variable be updated for global discovery.
ENV PATH=${PATH}: is a common occurrence in most Dockerfiles, but it is extremely convoluted to do using Dagger in its current form.
How are you currently working around this?
No response