Files
neon/docker-compose/image/compute/Dockerfile
2022-10-26 13:59:25 +03:00

11 lines
223 B
Docker

ARG COMPUTE_IMAGE=compute-node-v14:latest
FROM neondatabase/${COMPUTE_IMAGE}
USER root
RUN apt-get update && \
apt-get install -y curl \
jq \
netcat
USER postgres