Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,6 @@ FROM nikolaik/python-nodejs:python3.10-nodejs19
|
|
| 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/*
|
| 8 |
|
| 9 |
COPY . /app/
|
|
|
|
| 3 |
RUN apt-get update \
|
| 4 |
&& apt-get install -y --no-install-recommends ffmpeg neofetch \
|
| 5 |
&& apt-get clean \
|
|
|
|
| 6 |
&& rm -rf /var/lib/apt/lists/*
|
| 7 |
|
| 8 |
COPY . /app/
|