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 \
|
||||
ruby-full \
|
||||
nodejs \
|
||||
git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy built Python venv from builder
|
||||
|
Reference in New Issue
Block a user