adsdasd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt-get update && \
|
|
| 8 |
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
| 9 |
apt-get install -y nodejs && \
|
| 10 |
rm -rf /var/lib/apt/lists/*
|
| 11 |
-
|
| 12 |
RUN useradd -m -s /usr/bin/fish ubuntu && \ echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
| 13 |
RUN apt-get install cmatrix -y || echo error
|
| 14 |
|
|
|
|
| 8 |
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
| 9 |
apt-get install -y nodejs && \
|
| 10 |
rm -rf /var/lib/apt/lists/*
|
| 11 |
+
|
| 12 |
RUN useradd -m -s /usr/bin/fish ubuntu && \ echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
| 13 |
RUN apt-get install cmatrix -y || echo error
|
| 14 |
|