Skip to content

Commit

Permalink
Dockerfile: add php-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 14, 2023
1 parent d319616 commit 23cd8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN curl -sSLf -o /usr/local/bin/install-php-extensions https://github.com/mloca
apt update &&\
apt install -y clamav clamdscan clamav-daemon gdal-bin &&\
sed -i -e 's/^User .*/User root/g' /etc/clamav/clamd.conf &&\
install-php-extensions @composer fileinfo iconv intl mbstring simplexml zip zlib bz2 phar
install-php-extensions @composer fileinfo iconv intl mbstring simplexml zip zlib bz2 phar yaml
RUN freshclam --foreground
COPY . /opt/filechecker
RUN cd /opt/filechecker &&\
Expand Down

0 comments on commit 23cd8ca

Please sign in to comment.