1 Commits

Author SHA1 Message Date
jerryjzhang
ffe808c85e (fix)(docker)Fix Dockerfile.
Some checks are pending
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-01 22:13:20 +08:00

View File

@@ -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