Skip to content

Commit

Permalink
add -y to apt install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sssomeshhh committed May 27, 2024
1 parent 1c3a662 commit 4cdc4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ RUN yarn produce

FROM mongo:latest as fs
RUN apt update && \
apt install curl && \
apt install -y curl && \
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh && \
bash nodesource_setup.sh && \
apt install nodejs && \
apt install -y nodejs && \
corepack enable
COPY --from=sssomeshhh/rentify:fe /root/fe/build /root/fe/build
COPY --from=sssomeshhh/rentify:be /root/be /root/be
Expand Down

0 comments on commit 4cdc4e3

Please sign in to comment.