Skip to content

Commit

Permalink
Add php modules: zip and fileinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
minostauros authored Apr 11, 2020
1 parent 1e3083f commit 1221141
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer minostauros <6764739+minostauros@users.noreply.github.com>

ENV TINYFILEMANAGER_VERSION 2.4.1

RUN apk --update add git less zip openssh && \
RUN apk --update add git less openssh && \
mkdir /app && \
cd /app && \
git clone --branch ${TINYFILEMANAGER_VERSION} \
Expand All @@ -15,6 +15,9 @@ RUN apk --update add git less zip openssh && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*

RUN apk --update add zip libzip-dev && \
docker-php-ext-install zip fileinfo

WORKDIR /app/tinyfilemanager

ENTRYPOINT ["php"]
Expand Down

0 comments on commit 1221141

Please sign in to comment.