File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN apt-get update && \
4444 && rm -fr /tmp/*
4545
4646# install latest postgresql-client
47- RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye -pgdg main' > /etc/apt/sources.list.d/pgdg.list \
47+ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jammy -pgdg main' > /etc/apt/sources.list.d/pgdg.list \
4848 && GNUPGHOME="$(mktemp -d)" \
4949 && export GNUPGHOME \
5050 && repokey='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' \
@@ -59,6 +59,7 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' > /et
5959 && rm -rf /var/logs/* \
6060 && rm -fr /tmp/*
6161
62+
6263# Install rtlcss (on Debian buster)
6364RUN npm install -g rtlcss \
6465 && npm cache clean --force \
You can’t perform that action at this time.
0 commit comments