Add git to Dockerfile
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM node:19.1.0-alpine3.16
|
|||||||
ARG APP_HOME=/home/node/app
|
ARG APP_HOME=/home/node/app
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apk add gcompat tini
|
RUN apk add gcompat tini git
|
||||||
|
|
||||||
# Ensure proper handling of kernel signals
|
# Ensure proper handling of kernel signals
|
||||||
ENTRYPOINT [ "tini", "--" ]
|
ENTRYPOINT [ "tini", "--" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user