Skip to content

Commit

Permalink
Fix security issue in minizip (CSP-2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Jan 3, 2024
1 parent fb14264 commit e65107b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image-export/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update \
&& wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.8_all.deb \
&& apt install -y --no-install-recommends \
./ttf-mscorefonts-installer_3.8_all.deb \
&& apt install -y --no-install-recommends minizip \
&& groupadd -r pptruser && useradd -rm -g pptruser -G audio,video pptruser \
&& cd /home/pptruser \
&& git clone https://github.com/jgraph/draw-image-export2.git \
Expand Down

1 comment on commit e65107b

@davidjgraph
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.