Spaces:
Sleeping
Sleeping
Commit
·
cc9b5e6
1
Parent(s):
ae1c610
next trial!
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ RUN R -e "devtools::install_deps('/tmp/', dependencies = TRUE)"
|
|
40 |
RUN uid=$(id -u)
|
41 |
RUN gid=$(id -g)
|
42 |
|
43 |
-
RUN echo "uid $
|
44 |
|
45 |
ARG USER=user
|
46 |
ARG UID=1000
|
|
|
40 |
RUN uid=$(id -u)
|
41 |
RUN gid=$(id -g)
|
42 |
|
43 |
+
RUN echo "uid $(id -u) gid $gid"
|
44 |
|
45 |
ARG USER=user
|
46 |
ARG UID=1000
|