Set workdir also on step image

Otherwise with DOCKER_SQUASH=true it wouldn't be coherent on where to
find the package files
This commit is contained in:
Ettore Di Giacinto
2020-11-28 12:04:14 +01:00
parent ca994b07ab
commit 44d33eceba
4 changed files with 5 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ ENV PACKAGE_CATEGORY=app-admin`))
Expect(err).ToNot(HaveOccurred())
Expect(dockerfile).To(Equal(`
FROM luet/base
WORKDIR /luetbuild
ENV PACKAGE_NAME=enman
ENV PACKAGE_VERSION=1.4.0
ENV PACKAGE_CATEGORY=app-admin