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

@ -35,7 +35,7 @@ ENV AS=/usr/bin/${CROSS_TRIPLE}-as \
LD=/usr/bin/${CROSS_TRIPLE}-ld
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/linux-ppc64le
WORKDIR /build
WORKDIR /work
# Note: Toolchain file support is currently in debian Experimental according to:
# https://wiki.debian.org/CrossToolchains#In_jessie_.28Debian_8.29