chore: add git package to second stage
All checks were successful
Build Docker Image / build-docker (push) Successful in 9m54s
All checks were successful
Build Docker Image / build-docker (push) Successful in 9m54s
This commit is contained in:
@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
python3-venv \
|
python3-venv \
|
||||||
ruby-full \
|
ruby-full \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy built Python venv from builder
|
# Copy built Python venv from builder
|
||||||
|
Reference in New Issue
Block a user