add atomicparsley to container for better thumb embed, #155

This commit is contained in:
simon 2022-02-12 09:58:14 +07:00
parent 09500557c8
commit d99ce0d98e
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ENV PYTHONUNBUFFERED 1
RUN apt-get clean && apt-get -y update && apt-get -y install --no-install-recommends \
build-essential \
nginx \
atomicparsley \
curl && rm -rf /var/lib/apt/lists/*
# get newest patched ffmpeg and ffprobe builds for amd64 fall back to repo ffmpeg for arm64