misantamaria commited on
Commit
c4e824e
·
1 Parent(s): aa31531

check complete user info

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN R -e "devtools::install_deps('/tmp/', dependencies = TRUE)"
38
  #RUN R -e "install.packages('reticulate')"
39
 
40
 
41
- RUN echo "uid $(id -u) gid $(id -g)"
42
 
43
  ARG USER=user
44
  ARG UID=1000
 
38
  #RUN R -e "install.packages('reticulate')"
39
 
40
 
41
+ RUN echo "user $(id)"
42
 
43
  ARG USER=user
44
  ARG UID=1000