agosh commited on
Commit
c56283d
·
verified ·
1 Parent(s): a6685eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apt-get update && \
14
 
15
  USER root
16
 
17
- RUN apt install cmatrix -y
18
 
19
  WORKDIR /app
20
 
 
14
 
15
  USER root
16
 
17
+ RUN apt-get install cmatrix -y || echo error
18
 
19
  WORKDIR /app
20