Skip to content

Commit febab0b

Browse files
author
Sylvestre Gug
committed
apk git
1 parent 1afd376 commit febab0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:18.12.1-alpine
22

3+
RUN apk update && apk --no-cache add git
4+
35
RUN mkdir /app
46
WORKDIR /app
57

0 commit comments

Comments
 (0)