mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Merge pull request #5898 from ToolJet/merge/main-to-develop
Merge main to develop
This commit is contained in:
commit
7e792bd631
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ COPY --from=postgrest/postgrest:v10.1.1.20221215 /bin/postgrest /bin
|
|||
# Install Postgres
|
||||
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
|
||||
RUN echo "deb http://deb.debian.org/debian"
|
||||
RUN apt update && apt -y install postgresql-13 postgresql-client-13 supervisor
|
||||
USER postgres
|
||||
RUN service postgresql start && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue