Skip to content

Commit 3bdc858

Browse files
authored
Disable postgre
1 parent 0b2682a commit 3bdc858

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/RADI/Dockerfile.dependencies_humble

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ RUN apt-get update && \
136136
ENV PATH="$PATH:/opt/VirtualGL/bin:/opt/TurboVNC/bin"
137137

138138
# Install postgreSQL-18
139-
RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
140-
&& wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo tee /etc/apt/trusted.gpg.d/pgdg.asc &>/dev/null \
141-
&& apt update -y && apt install postgresql-18 -y
139+
#RUN sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
140+
# && wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo tee /etc/apt/trusted.gpg.d/pgdg.asc &>/dev/null \
141+
# && apt update -y && apt install postgresql-18 -y
142142

143143
# Node
144144
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
@@ -336,4 +336,4 @@ RUN echo "source /home/drones_ws/install/setup.bash" >> ~/.bashrc
336336
COPY install-ompl-ubuntu.sh /
337337
WORKDIR /
338338
RUN chmod u+x install-ompl-ubuntu.sh
339-
RUN ./install-ompl-ubuntu.sh --github --python
339+
RUN ./install-ompl-ubuntu.sh --github --python

0 commit comments

Comments
 (0)