Skip to content
Snippets Groups Projects
Verified Commit c2ba0283 authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

Remove openssl.

parent 5e2e689c
No related branches found
No related tags found
No related merge requests found
Pipeline #12929 passed
FROM node:21-slim
RUN apt update && \
apt install lsb-release gnupg2 wget openssl -y && \
apt install lsb-release gnupg2 wget -y && \
echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt update && \
apt install -y postgresql-client-16 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment