mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 07:09:13 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user