Set an environment variable to know if we're inside the docker container
This commit is contained in:
parent
9daacb1402
commit
979027102d
@ -5,4 +5,5 @@ RUN apk --update add make binutils gcc && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ENV PATH "/opt/toolchain:$PATH"
|
||||
ENV MITTOS64 "true"
|
||||
WORKDIR /opt
|
||||
|
Loading…
x
Reference in New Issue
Block a user