You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: refactor to drop apt-key + consistency
Updates postgres apt setup to use current recommendation + not use
apt-key.
Moves all installed keyrings to /etc/apt/keyrings instead of
/usr/share/keyrings. Either is a reasonable place, but let's just use
one.
* chore: no duplicate key install, drop pg client 14
* chore: drop pgloader, too
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
17
-
RUN echo "Package: nodejs" >> /etc/apt/preferences.d/preferences && \
0 commit comments