We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961c7db commit e88b41fCopy full SHA for e88b41f
pgscatalog.utils/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM python:3.11-slim-bullseye
2
+
3
+ARG VERSION=1.0.2
4
5
+RUN apt-get update && apt install -y procps
6
7
+RUN pip install pgscatalog-utils==${VERSION}
0 commit comments