Update Dockerfile
Browse files- 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'
|
| 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
|