mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
remove extra dependencies
This commit is contained in:
parent
7a6b490e51
commit
e3e847c228
1 changed files with 0 additions and 14 deletions
14
Dockerfile
14
Dockerfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue