diff --git a/jumpbox/Dockerfile b/jumpbox/Dockerfile new file mode 100644 index 0000000..03fbddf --- /dev/null +++ b/jumpbox/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:latest + +RUN apt update && apt-get install -y curl python3.10 python3-pip +RUN DEBIAN_FRONTEND=noninteractive apt-get install -y postgresql +RUN pip3 install -U pip