mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02:00
Update Dockerfile
This commit is contained in:
@@ -33,8 +33,8 @@ USER root
|
|||||||
# Install PostgreSQL
|
# Install PostgreSQL
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
# shellcheck disable=SC2013,DL3015,DL4006
|
||||||
RUN \
|
RUN \
|
||||||
# shellcheck disable=SC2013,DL3015,DL4006
|
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y gnupg gnupg2 gnupg1 wget lsb-core && \
|
apt-get install -y gnupg gnupg2 gnupg1 wget lsb-core && \
|
||||||
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
|
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
|
||||||
|
|||||||
Reference in New Issue
Block a user