Skip to content

Commit

Permalink
FDN-1807: Fix (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuupadhyay101 authored Oct 23, 2023
1 parent 11250cd commit 80638e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-play-builder-17-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ WORKDIR /root

RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
RUN apt-get update && \
apt-get install --no-install-recommends -qy bash curl libaom3 libavif13 libc6 libcurl4 libfontconfig1 libfreetype6 libgif7 libjpeg8 liblcms2-2 libpng16-16 libssl3 libtiff5 libwebp7 libwebpdemux2 libxml2 postgresql-client ttf-mscorefonts-installer wkhtmltopdf zlib1g && \
ruby golang git awscli hub openssh-server && \
apt-get install --no-install-recommends -qy bash curl libaom3 libavif13 libc6 libcurl4 libfontconfig1 libfreetype6 libgif7 libjpeg8 liblcms2-2 libpng16-16 libssl3 libtiff5 libwebp7 libwebpdemux2 libxml2 postgresql-client ttf-mscorefonts-installer wkhtmltopdf zlib1g ruby golang git awscli hub openssh-server && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 80638e0

Please sign in to comment.