main
RandomNinjaAtk 1 year ago committed by GitHub
parent 0462814854
commit c521c54ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,10 @@ RUN \
echo "************ install and update packages ************" && \
apk add -U --update --no-cache \
jq \
ffmpeg
py3-pip && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir -U \
yq
# copy local files
COPY root/ /

Loading…
Cancel
Save