Skip to content

Commit

Permalink
install latest pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Jan 12, 2025
1 parent ec298a8 commit 5f2d075
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ ENV PATH=$PATH:/home/node/.npm-global/bin
ENV PNPM_HOME=/pnpm
ENV PATH=$PNPM_HOME:$PATH
ENV SERVER_PORT=8080
ENV YES=yes

RUN mkdir -p /files /media /logs /db /plugins \
&& chown -R node:node /files /media /logs /db /plugins \
&& chmod -R 777 /files /media /logs /db /plugins \
&& sed -i -e's/ main/ main non-free non-free-firmware contrib/g' /etc/apt/sources.list.d/debian.sources \
&& apt update \
&& apt install -y curl p7zip-full p7zip-rar postgresql-client sudo \
&& apt install -y curl p7zip-full p7zip-rar postgresql-common sudo \
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh \
&& apt install -y postgresql-client \
&& apt clean \
&& npm i -g pnpm@^9.15.0

Expand Down

0 comments on commit 5f2d075

Please sign in to comment.