1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

Feature/search page (#259)

* add pillow dependencies

* advanced search page

* advanced search apge

* remove extra dependencies

* add pre-run script

Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
Hayden 2021-04-03 17:18:01 -08:00 committed by GitHub
parent ec7fa6332d
commit 6d5f3e7496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 383 additions and 91 deletions

View file

@ -14,25 +14,11 @@ RUN apk add --no-cache libxml2-dev \
libffi-dev \
python3 \
python3-dev \
openssl \
bash \
sudo \
# freetype-dev \
# fribidi-dev \
# harfbuzz-dev \
jpeg-dev \
lcms2-dev \
openjpeg-dev \
# tcl-dev \
# tiff-dev \
# tk-dev \
zlib-dev
ADD depends /depends
RUN cd /depends \
&& chmod +x install_webp.sh \
&& chmod +x download-and-extract.sh \
&& ./install_webp.sh
ENV ENV True
EXPOSE 80