Define USER to be root
Although we start with user root, the image does not define the USER env variable to root, which some Chez tests expect.
This commit is contained in:
parent
7c903871bd
commit
fb3dd84ac9
1
.github/images/Dockerfile
vendored
1
.github/images/Dockerfile
vendored
|
@ -9,4 +9,5 @@ RUN apt-get update && \
|
|||
apt-get update && apt-get install -y nodejs && \
|
||||
apt-get clean
|
||||
|
||||
ENV USER=root
|
||||
CMD ["bash"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user