Skip to content

Commit 72e6108

Browse files
committed
update docker with install git
1 parent e667a57 commit 72e6108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

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

0 commit comments

Comments
 (0)