diff --git a/docker/Dockerfile b/docker/Dockerfile index 72caa801f..22fa738c2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,6 +7,8 @@ WORKDIR /usr/src/app # Argument to pass in the supersonic version at build time ARG SUPERSONIC_VERSION +RUN apt-get --reinstall install libc-bin + # Install necessary packages, including Postgres client RUN apt-get update && apt-get install -y postgresql-client