You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Dockerfile to run tests without root permissions (#42)
Fixes test failures that were occuring when using the included Dockerfile to run DocC's tests for Linux. The test suite does not expect to be run on a root user account. This also better emulates the way tests will be run on Linux in the Swift.org CI system.
The changes to the Dockerfile are based on the Dockerfiles used in swift-ci here: https://github.com/apple/swift-docker/blob/main/swift-ci/master/ubuntu/20.04/Dockerfile.
0 commit comments