Skip to content

Commit

Permalink
Merge pull request #76 from shikshalokam/dockerFileChange
Browse files Browse the repository at this point in the history
apt font install removed due to build error
  • Loading branch information
aks30 authored May 3, 2023
2 parents a4950af + a80f6c2 commit 8673cd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ WORKDIR /opt/reports
#copy package.json file
COPY package.json /opt/reports

#install fonts
RUN apt update && apt install fonts-indic -y \
&& fc-cache -f

#install node packges
RUN npm install

Expand Down

0 comments on commit 8673cd3

Please sign in to comment.