taslim19
commited on
Commit
·
d0f1641
1
Parent(s):
86f87d5
fix: add neofetch to Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM nikolaik/python-nodejs:python3.10-nodejs19
|
2 |
|
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/*
|
|
|
1 |
FROM nikolaik/python-nodejs:python3.10-nodejs19
|
2 |
|
3 |
RUN apt-get update \
|
4 |
+
&& apt-get install -y --no-install-recommends ffmpeg neofetch \
|
5 |
&& apt-get clean \
|
6 |
&& neofetch \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|