Skip to content
Snippets Groups Projects
Commit fc79a551 authored by Marte Fossum's avatar Marte Fossum
Browse files

Merge branch 'add-postgres-client' into 'master'

Install postgresql-client-15

See merge request !409
parents 6d20715b cc2a0239
No related branches found
No related tags found
1 merge request!409Install postgresql-client-15
Pipeline #217121 passed
...@@ -3,6 +3,7 @@ FROM harbor.uio.no/mirrors/docker.io/library/python:3.10-slim ...@@ -3,6 +3,7 @@ FROM harbor.uio.no/mirrors/docker.io/library/python:3.10-slim
LABEL no.uio.contact=bnt-int@usit.uio.no LABEL no.uio.contact=bnt-int@usit.uio.no
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client-15 \
wget \ wget \
gnupg2 \ gnupg2 \
less \ less \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment