mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
feat: include git in CLI docker container (#7369)
This commit is contained in:
parent
0e036cf3dd
commit
8972ab4d14
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM node:22.13.0-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates git && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG CLI_VERSION
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue