Dockerfiles: Rename working directory from "/build" to "/work"

Since the directory will contain both sources and build, this commit
generalizes its name.
This commit is contained in:
Jean-Christophe Fillion-Robin
2016-07-16 01:12:58 -04:00
parent 414812088c
commit 96f3514bf2
7 changed files with 7 additions and 7 deletions

View File

@ -66,7 +66,7 @@ ENV AS=/usr/src/mxe/usr/bin/${CROSS_TRIPLE}-as \
LD=/usr/src/mxe/usr/bin/${CROSS_TRIPLE}-ld
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/windows-x64
WORKDIR /build
WORKDIR /work
ENV CMAKE_TOOLCHAIN_FILE /usr/src/mxe/usr/x86_64-w64-mingw32.static/share/cmake/mxe-conf.cmake
RUN echo 'set(CMAKE_CROSSCOMPILING_EMULATOR "/usr/bin/wine")' >> ${CMAKE_TOOLCHAIN_FILE}