Skip to content

Commit

Permalink
Added curl to frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnelmore committed Oct 25, 2024
1 parent c43a413 commit 4bd4c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM docker.io/library/node:22.9-slim AS build

WORKDIR /app
RUN apt update && apt install -y curl && apt clean

COPY package*.json /app
RUN npm install
Expand Down

0 comments on commit 4bd4c5f

Please sign in to comment.