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 4509793 commit c9b8b69
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
@@ -1,8 +1,8 @@
FROM node:lts-alpine


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


RUN mkdir /.npm
Expand Down

0 comments on commit c9b8b69

Please sign in to comment.