Skip to content

Commit

Permalink
fix (ci): deps for plg_image_c
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Nov 15, 2023
1 parent 376fe22 commit e5a9138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WORKDIR /home/
COPY --from=builder_frontend /home/ ./
RUN apt-get update > /dev/null && \
apt-get install -y libvips-dev curl make > /dev/null 2>&1 && \
apt-get install -y libjpeg-dev libtiff-dev libpng-dev libwebp-dev libraw-dev libheif-dev libgif-dev && \
make build_init && \
make build_backend && \
mkdir -p ./dist/data/state/config/ && \
Expand Down Expand Up @@ -61,7 +62,7 @@ RUN apt-get update > /dev/null && \
find /usr/share/emacs -name '*.pbm' | xargs rm -f && \
find /usr/share/emacs -name '*.png' | xargs rm -f && \
find /usr/share/emacs -name '*.xpm' | xargs rm -f

RUN useradd filestash && \
chown -R filestash:filestash /app/ && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit e5a9138

Please sign in to comment.