Browse Source

central controller docker image updates

pull/4/head
Grant Limberg 4 years ago
parent
commit
7516fd03a3
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735
  1. 4
      ext/central-controller-docker/Dockerfile.builder
  2. 8
      ext/central-controller-docker/Dockerfile.run_base

4
ext/central-controller-docker/Dockerfile.builder

@ -18,6 +18,8 @@ RUN apt -y install \
libssl-dev \
postgresql-client \
postgresql-client-common \
curl
curl \
google-perftools \
libgoogle-perftools-dev
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

8
ext/central-controller-docker/Dockerfile.run_base

@ -1,8 +1,14 @@
FROM ubuntu:jammy
RUN apt update && apt upgrade -y
RUN apt -y install \
postgresql-client \
postgresql-client-common \
libjemalloc2 \
libpq5 \
curl
curl \
binutils \
linux-tools-gke \
perf-tools-unstable \
google-perftools

Loading…
Cancel
Save