Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Dec 19, 2023
1 parent dc1ff4e commit 6383f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion back/Dockerfile.back
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:18-alpine AS dev

WORKDIR /app
RUN apk add --update --no-cache openssl1.1-compat
RUN apk add --update --no-cache openssl
RUN apk add --update --no-cache \
make \
g++ \
Expand Down
2 changes: 1 addition & 1 deletion front/Dockerfile.front
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:18-alpine AS dev

WORKDIR /app
RUN apk add --update --no-cache openssl1.1-compat
RUN apk add --update --no-cache openssl
RUN apk add --update --no-cache \
make \
g++ \
Expand Down

0 comments on commit 6383f60

Please sign in to comment.