fix private package installs (#1055)

This commit is contained in:
nicktrn
2024-04-24 07:58:14 +01:00
committed by GitHub
parent 1e93ec4216
commit 52b2a8289c
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Add git to prod worker image which fixes private package installs
+1
View File
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
busybox \
ca-certificates \
dumb-init \
git \
openssl \
&& rm -rf /var/lib/apt/lists/*
+1
Submodule private-package added at e21ea6610e