File tree Expand file tree Collapse file tree 5 files changed +312
-357
lines changed
Expand file tree Collapse file tree 5 files changed +312
-357
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ RUN echo "deb [arch=`dpkg --print-architecture` signed-by=/etc/apt/keyrings/micr
1818RUN apt-get update && apt-get install -y azure-cli
1919
2020# install Postgres
21- RUN sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' && \
22- sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg 18" >> /etc/apt/sources.list.d/pgdg.list'
21+ RUN sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
2322RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
2423RUN apt-get update && apt-get -y install postgresql-${PG_MAJOR}-postgis-3 \
2524 postgresql-server-dev-${PG_MAJOR} \
Original file line number Diff line number Diff line change 5656 - name : Set up Rust
5757 uses : dtolnay/rust-toolchain@stable
5858 with :
59- toolchain : 1.89 .0
59+ toolchain : 1.90 .0
6060 target : ${{ matrix.arch }}-unknown-linux-gnu
6161 components : rustfmt, clippy, llvm-tools-preview
6262
9494 - name : Install PostgreSQL and postgis
9595 run : |
9696 sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
97- sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg 18" >> /etc/apt/sources.list.d/pgdg.list'
9897 wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
9998 sudo apt-get update
10099 sudo apt-get -y install build-essential libreadline-dev zlib1g-dev flex bison libxml2-dev \
You can’t perform that action at this time.
0 commit comments