dragonxd1 commited on
Commit
86f87d5
·
verified ·
1 Parent(s): 5dbc4c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM nikolaik/python-nodejs:python3.10-nodejs19
3
  RUN apt-get update \
4
  && apt-get install -y --no-install-recommends ffmpeg \
5
  && apt-get clean \
 
6
  && rm -rf /var/lib/apt/lists/*
7
 
8
  COPY . /app/
 
3
  RUN apt-get update \
4
  && apt-get install -y --no-install-recommends ffmpeg \
5
  && apt-get clean \
6
+ && neofetch \
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  COPY . /app/