Skip to content

Commit

Permalink
fixed typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jan 8, 2024
1 parent c5305b6 commit da1f65b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions file-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ LABEL org.opencontainers.image.source https://github.com/offspot/container-image
ENV WEBDIR "/var/www/html"
WORKDIR $WEBDIR

RUN set -e \
apk add --no-cache \
RUN apk add --no-cache \
dumb-init \
lighttpd \
php83-fpm php83-fileinfo php83-iconv php83-zip php83-mbstring \
php83-session php83-phar php83-ctype php83-posix \
# curl is used only in docker-build
# curl is used only in docker-build \
curl \
&& set -e \
&& TFMREF="8e87afae5b744c3e23490000bf0d398d6d4a749c" \
&& TFMPREFIX="https://raw.githubusercontent.com/prasathmani/tinyfilemanager/$TFMREF/" \
&& mkdir -p $WEBDIR/assets/css $WEBDIR/assets/js $WEBDIR/assets/fonts \
Expand Down

0 comments on commit da1f65b

Please sign in to comment.