Skip to content

Commit 8725a4e

Browse files
committed
Internal: Install twine in Dockerfile to publish on Pypi
1 parent ea9195b commit 8725a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.9-buster
22

3-
RUN pip install pydantic pytest requests
3+
RUN pip install pydantic pytest requests twine
44

55
COPY aleph_message /opt/aleph_message
66
WORKDIR /opt

0 commit comments

Comments
 (0)