diff --git a/integration/dockerfiles/Dockerfile_test_user_without_grp b/integration/dockerfiles/Dockerfile_test_user_without_grp index be86a9def..5c1f955e9 100644 --- a/integration/dockerfiles/Dockerfile_test_user_without_grp +++ b/integration/dockerfiles/Dockerfile_test_user_without_grp @@ -16,5 +16,4 @@ FROM debian:9.11 RUN groupadd testgroup && \ useradd --create-home --gid testgroup alice -USER alice -RUN touch ~/hello \ No newline at end of file +USER alice \ No newline at end of file