Skip to content

Commit

Permalink
Merge pull request moby#39115 from thaJeztah/fix_e2e_image
Browse files Browse the repository at this point in the history
Dockerfile.e2e fix TestBuildPreserveOwnership
  • Loading branch information
tiborvass authored Apr 25, 2019
2 parents ac48309 + 48fd0e9 commit 3cd54c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ RUN addgroup docker && adduser -D -G docker unprivilegeduser -s /bin/ash

COPY contrib/httpserver/Dockerfile /tests/contrib/httpserver/Dockerfile
COPY contrib/syscall-test /tests/contrib/syscall-test
COPY integration-cli/fixtures /tests/integration-cli/fixtures
COPY integration/testdata /tests/integration/testdata
COPY integration/build/testdata /tests/integration/build/testdata
COPY integration-cli/fixtures /tests/integration-cli/fixtures

COPY hack/test/e2e-run.sh /scripts/run.sh
COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh
Expand Down

0 comments on commit 3cd54c2

Please sign in to comment.