Skip to content

Commit a198c31

Browse files
committed
remove install git from docker
1 parent becc924 commit a198c31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM node:22
22
WORKDIR /iexec-poco-subgraph
3-
RUN apt-get update && apt-get install -y git
43
COPY package*.json .
54
RUN npm ci
65
COPY schema.graphql .

0 commit comments

Comments
 (0)