agosh commited on
Commit
10199ce
·
verified ·
1 Parent(s): b056f41
Files changed (1) hide show
  1. 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