Skip to content

Commit 85b91b0

Browse files
committed
[deploy] Add nats-server to feldera-dev image.
Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 71c38e5 commit 85b91b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/build.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ RUN apt-get update --fix-missing && apt-get install -y \
5050
# somehow it works fine without npm on x86_64 machines :/
5151
npm \
5252
# For envsubst (used in some scripts)
53-
gettext
53+
gettext \
54+
# For testing the NATS input connector
55+
nats-server
5456

5557
# Install trufflehog
5658
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

Comments
 (0)