We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c38e5 commit 85b91b0Copy full SHA for 85b91b0
deploy/build.Dockerfile
@@ -50,7 +50,9 @@ RUN apt-get update --fix-missing && apt-get install -y \
50
# somehow it works fine without npm on x86_64 machines :/
51
npm \
52
# For envsubst (used in some scripts)
53
- gettext
+ gettext \
54
+ # For testing the NATS input connector
55
+ nats-server
56
57
# Install trufflehog
58
RUN curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sh -s -- -b /usr/local/bin v3.90.1
0 commit comments