Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -24,7 +24,6 @@ RUN apt update && \
|
|
24 |
unzip \
|
25 |
ffmpeg \
|
26 |
imagemagick \
|
27 |
-
ngrok \
|
28 |
software-properties-common \
|
29 |
&& git lfs install \
|
30 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
24 |
unzip \
|
25 |
ffmpeg \
|
26 |
imagemagick \
|
|
|
27 |
software-properties-common \
|
28 |
&& git lfs install \
|
29 |
&& rm -rf /var/lib/apt/lists/*
|