Skip to content

Commit

Permalink
build: update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Feb 11, 2024
1 parent 69326a8 commit cdd29ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM node:21.6.1-bullseye-slim

RUN --mount=type=cache,target=/var/cache/apt \
apt update && apt install -y git && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*

USER node

Expand Down

0 comments on commit cdd29ab

Please sign in to comment.