mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-14 20:03:53 +00:00
update postgresql repo import
This commit is contained in:
+3
-2
@@ -9,8 +9,9 @@ ENV ARCH=amd64 \
|
||||
POSTGRES_DB=guacamole_db
|
||||
|
||||
# Add Postgres Repository
|
||||
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" >> /etc/apt/sources.list.d/pgdg.list && \
|
||||
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | apt-key add -
|
||||
RUN apt-get update && apt-get install -y curl ca-certificates gnupg
|
||||
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg > /dev/null
|
||||
RUN echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" >> /etc/apt/sources.list.d/pgdg.list
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update \
|
||||
|
||||
Reference in New Issue
Block a user