dracoox commited on
Commit
6343fc2
·
verified ·
1 Parent(s): 05ddb14

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -y \
32
  RUN curl -fsSL https://deb.nodesource.com/setup_23.x | bash - && \
33
  apt-get install -y nodejs
34
 
35
- # Create user 'draco' with UID and GID 1000 and home directory
36
  RUN useradd -m -u 1000 -s /bin/bash draco
37
 
38
  # Install gotty
 
32
  RUN curl -fsSL https://deb.nodesource.com/setup_23.x | bash - && \
33
  apt-get install -y nodejs
34
 
35
+ # Create user 'draco'
36
  RUN useradd -m -u 1000 -s /bin/bash draco
37
 
38
  # Install gotty