mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -29,6 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
# Install postgres
|
# Install postgres
|
||||||
|
ENV PGDATA=/config/postgres
|
||||||
RUN \
|
RUN \
|
||||||
apt update && apt install vim gnupg2 lsb-release sudo -y && \
|
apt update && apt install vim gnupg2 lsb-release sudo -y && \
|
||||||
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc| gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \
|
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc| gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \
|
||||||
|
|||||||
Reference in New Issue
Block a user