Skip to content

Commit

Permalink
zip command added
Browse files Browse the repository at this point in the history
Install the Debian zip package so that downloads of whole albums as zip files are supported.
See #178 / #84
  • Loading branch information
kosli committed Aug 12, 2018
1 parent df8b2cd commit b88536d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Expand Up @@ -4,6 +4,7 @@ MAINTAINER CYOSP <cyosp@cyosp.com>
RUN DEBIAN_FRONTEND=noninteractive apt update && apt upgrade -yq && apt install -yq \
--no-install-recommends \
ca-certificates \
zip \
git \
nginx \
php-fpm \
Expand Down Expand Up @@ -35,4 +36,4 @@ ADD supervisor.conf /etc/supervisor/conf.d/photoshow.conf
VOLUME ["/opt/PhotoShow", "/var/log"]
EXPOSE 80

CMD /usr/bin/supervisord
CMD /usr/bin/supervisord

0 comments on commit b88536d

Please sign in to comment.