Skip to content

Commit ad17c03

Browse files
authored
Attempt to drop the user switch in docker (#5411)
1 parent 0ed8d66 commit ad17c03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ fi
2121
source ~/.venv/bin/activate
2222

2323
if [ -n "${DOCKER}" ]; then
24-
# We will be able to drop the -u once we switch the default container user in the
25-
# dockerfiles.
26-
docker run --rm -u 2000:2000 \
24+
docker run --rm \
2725
-v "${TRAVIS_BUILD_DIR}":"${TRAVIS_BUILD_DIR}" \
2826
-v "${HOME}/wycheproof":/wycheproof \
2927
-w "${TRAVIS_BUILD_DIR}" \

0 commit comments

Comments
 (0)