Skip to content

Commit

Permalink
changed the jq installation to debian syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PurnenduMIshra129th committed Jan 13, 2025
1 parent de65d05 commit a307751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:20.10.0 AS builder
WORKDIR /usr/src/app

# Install necessary tools (e.g., jq) for dependency analysis(required for our script to optimize production dependency process used in script)(note:use it once the #2848 pr merged in talawa-api develop branch.)
# RUN apk add --no-cache bash jq
# RUN apt-get update && apt-get install -y bash jq && rm -rf /var/lib/apt/lists/*

# Copy only necessary files for dependency installation
COPY package*.json ./
Expand Down

0 comments on commit a307751

Please sign in to comment.