Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Jun 21, 2024
1 parent 0f0566b commit 803ee04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM node:16 AS frontend
WORKDIR /build
COPY ./frontend/package.json ./frontend/package-lock.json /build/
ENV NEXT_TELEMETRY_DISABLED=1
RUN apt-get -y update && \
apt-get --no-install-recommends -y install libc6-dev gcc libgraphviz-dev build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
RUN npm ci

COPY ./frontend /build
Expand Down

0 comments on commit 803ee04

Please sign in to comment.