diff --git a/.github/images/Dockerfile b/.github/images/Dockerfile index 60a6d27792..ce56e8b0ac 100644 --- a/.github/images/Dockerfile +++ b/.github/images/Dockerfile @@ -9,4 +9,5 @@ RUN apt-get update && \ apt-get update && apt-get install -y nodejs && \ apt-get clean +ENV USER=root CMD ["bash"]