Don't hardcode paths

This commit is contained in:
2017-10-29 11:31:59 +01:00
parent 177be9dcc5
commit 261cc76e8f
4 changed files with 6 additions and 5 deletions

View File

@@ -6,4 +6,5 @@ RUN apk --update add make binutils gcc && \
ENV PATH "/opt/toolchain:$PATH"
ENV MITTOS64 "true"
ENV BUILDROOT "/opt/"
WORKDIR /opt