|
@ -24,11 +24,12 @@ VOLUME /project |
|
|
# Install required tooling |
|
|
# Install required tooling |
|
|
RUN apt-get -y update \ |
|
|
RUN apt-get -y update \ |
|
|
&& apt-get -y --no-install-recommends install \ |
|
|
&& apt-get -y --no-install-recommends install \ |
|
|
procps \ |
|
|
|
|
|
bzip2 \ |
|
|
bzip2 \ |
|
|
ca-certificates \ |
|
|
ca-certificates \ |
|
|
curl \ |
|
|
curl \ |
|
|
|
|
|
ffmpeg \ |
|
|
jq \ |
|
|
jq \ |
|
|
|
|
|
procps \ |
|
|
tar \ |
|
|
tar \ |
|
|
unzip \ |
|
|
unzip \ |
|
|
wget \ |
|
|
wget \ |
|
|