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:
Paulo Matos 2020-07-20 09:20:10 +02:00
parent 7c903871bd
commit fb3dd84ac9

View File

@ -9,4 +9,5 @@ RUN apt-get update && \
apt-get update && apt-get install -y nodejs && \
apt-get clean
ENV USER=root
CMD ["bash"]