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