electricitymaps / brick

Simple monorepo build tool based on Docker
20 stars 1 forks source link

Pass HOME and PATH env #60

Closed corradio closed 4 years ago

corradio commented 4 years ago

With the latest update of docker/buildkit, the HOME and PATH variables need to be defined when the shell is started with docker build. I therefore made an update to brick in order to pass those variables.