Fix missing packages to tarballs support

This commit is contained in:
Jesús 2021-06-07 16:22:24 -05:00
parent 1972a4313e
commit ac16585e90
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -12,6 +12,8 @@ RUN set -xe \
cgit nginx fcgiwrap spawn-fcgi \ cgit nginx fcgiwrap spawn-fcgi \
# python 3 pkg for highlight, about page # python 3 pkg for highlight, about page
py3-markdown py3-pygments \ py3-markdown py3-pygments \
# tarballs support
lzip xz zstd gzip bzip2 \
# Create nginx folder # Create nginx folder
&& mkdir -p /run/nginx \ && mkdir -p /run/nginx \
# Clean up # Clean up