Skip to content

Commit

Permalink
FDN-1807: Install file package (#93)
Browse files Browse the repository at this point in the history
* FDN-1807: Install file package
  • Loading branch information
himanshuupadhyay101 authored Oct 26, 2023
1 parent 35578a9 commit 86a8fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-play-builder-17-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /root

# Install necessary dependencies
RUN apt-get update && \
apt-get install --no-install-recommends -qy build-essential curl golang git ca-certificates unzip openssh-client ruby bash && \
apt-get install --no-install-recommends -qy build-essential curl golang git ca-certificates unzip openssh-client ruby bash file && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -70,7 +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 file && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 86a8fea

Please sign in to comment.