Skip to content

Commit

Permalink
fix: added xdg-utils for docker build of kyb-app
Browse files Browse the repository at this point in the history
  • Loading branch information
codechirag123 committed Dec 17, 2024
1 parent 3fc4697 commit be7d3a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/kyb-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:18.17.1-bullseye-slim as dev

WORKDIR /app

RUN apt update -y && apt install xdg-utils -y

COPY ./package.json .

RUN npm install --legacy-peer-deps
Expand Down

0 comments on commit be7d3a1

Please sign in to comment.