So I have a dockerfile that sets some environment variables like so
FROM alpine ENV FOO=test1 ENV BAR=$FOO ENTRYPOINT ["sh", "-c", "