Skip to content

Commit e88b41f

Browse files
committed
add publish dockerfile
1 parent 961c7db commit e88b41f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pgscatalog.utils/Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)