Set an environment variable to know if we're inside the docker container

This commit is contained in:
Thomas Lovén 2017-10-23 21:45:37 +02:00
parent 9daacb1402
commit 979027102d

View File

@ -5,4 +5,5 @@ RUN apk --update add make binutils gcc && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
ENV PATH "/opt/toolchain:$PATH" ENV PATH "/opt/toolchain:$PATH"
ENV MITTOS64 "true"
WORKDIR /opt WORKDIR /opt