fully wire up temporal. add startup script test to ensure temporal is running
This commit is contained in:
@@ -3,6 +3,7 @@ FROM ubuntu:jammy
|
||||
RUN apt update && apt upgrade -y
|
||||
|
||||
RUN apt -y install \
|
||||
netcat \
|
||||
postgresql-client \
|
||||
postgresql-client-common \
|
||||
libjemalloc2 \
|
||||
@@ -11,5 +12,4 @@ RUN apt -y install \
|
||||
binutils \
|
||||
linux-tools-gke \
|
||||
perf-tools-unstable \
|
||||
google-perftools \
|
||||
netcat
|
||||
google-perftools
|
||||
|
||||
Reference in New Issue
Block a user