Skip to content
Snippets Groups Projects
Commit 69195f41 authored by Markus Frosch's avatar Markus Frosch
Browse files

docker: Remove --user flag from run

parent 503370c9
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,6 @@ docker run -i --rm "${dockeropt[@]}" \ ...@@ -55,7 +55,6 @@ docker run -i --rm "${dockeropt[@]}" \
--env-file "${env_file}" \ --env-file "${env_file}" \
-v "$(pwd)":/tmp/build \ -v "$(pwd)":/tmp/build \
--workdir /tmp/build \ --workdir /tmp/build \
--user "$(id -u)" \
"${DOCKER_IMAGE}" \ "${DOCKER_IMAGE}" \
"$@" "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment