Skip to content

Commit

Permalink
Merge pull request #17 from Cardinal-Cryptography/add-git
Browse files Browse the repository at this point in the history
Install git
  • Loading branch information
deuszx authored May 16, 2024
2 parents 80b74c2 + 5c45504 commit 7322816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-alpine

RUN apk add bash curl
RUN apk add bash curl git

WORKDIR /common-api
COPY . .
Expand Down

0 comments on commit 7322816

Please sign in to comment.