Skip to content
Snippets Groups Projects
Commit d8bbef76a532 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:sparkles: Also install build in the image

The standard way to use twine is to use "python3 -m build" so having it is useful.
parent cc682f08401b
No related branches found
No related tags found
No related merge requests found
Pipeline #49630 passed
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
org.opencontainers.image.created=$BUILD_DATE \ org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.title="Twine" \ org.opencontainers.image.title="Twine" \
org.opencontainers.image.source=$VCS_URL org.opencontainers.image.source=$VCS_URL
RUN pip install --no-cache-dir twine RUN pip install --no-cache-dir twine build
ENTRYPOINT ["twine"] ENTRYPOINT ["twine"]
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