Skip to content

Commit

Permalink
clean build essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
moctardiouf committed Jun 14, 2024
1 parent ef35db0 commit 644f6f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ ENV PHRASEANET_DEPS \
automake \
git \
ghostscript \
gpac \
imagemagick \
inkscape \
libfreetype6-dev \
libmagickwand-dev \
Expand Down Expand Up @@ -413,6 +411,7 @@ RUN echo "PHRASEANET : BUILDING AND INSTALLING FFMPEG" \
)

RUN echo "PHRASEANET : FINALIZING BUILD AND CLEANING" \
&& apt-get remove autoconf dpkg-dev g++ gcc libc-dev pkg-config re2c wget automake -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists \
&& rm -rf /tmp/* \
Expand Down

0 comments on commit 644f6f7

Please sign in to comment.