Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored Nov 8, 2024
1 parent be725d7 commit 4509793
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM node:lts-alpine


RUN apt-get update && \
apt-get install -y --no-install-recommends git


RUN mkdir /.npm
RUN chmod -R 777 /.npm

Expand All @@ -10,5 +15,3 @@ RUN chmod -R 777 /root/.npm
RUN mkdir /root/.cache
RUN chmod -R 777 /root/.cache

RUN apt-get update && \
apt-get install -y --no-install-recommends git

0 comments on commit 4509793

Please sign in to comment.