The following dockerfile produces different results on the CI and my local machine
FROM python:3.7-slim as image1 LABEL io.astronomer.docker=true FROM image1