Streamline COPY statements in Dockerfile#2747
Streamline COPY statements in Dockerfile#2747casperklein merged 2 commits intodocker-mailserver:masterfrom
Conversation
|
@polarathene I'm a bit afraid that #2729 shows that there still are timing-related problems with our tests, but test failures are now happening in PRs for which tests should run fine. Anything we can do here as a follow-up? |
|
See #2752 (comment). |
Can you link to the PR with failing test? I saw this one, but not sure if this was due to the issues you fixed in later commits? (due to a package you had omitted from the build) Early setup of There's also a |
Overlooked that. I thought the comment was about the failing tests 😟 |
No worries. Due to the large feedback, I will provide separate PRs and close #2752 :) |
Description
Nothing big.. Just streamlining the
COPYusage InDockerfile. Some statements used./, while some did not.Type of change
Checklist:
docs/)