Dockerfile: add twine and build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6bf375b2cc
commit
88e23ab6d5
@ -1,5 +1,3 @@
|
||||
FROM scratch
|
||||
RUN echo "hello world"
|
||||
COPY example.txt /
|
||||
ENV VAR=1
|
||||
CMD ["sleep", "infinity"]
|
||||
FROM library/python
|
||||
RUN python -m pip install --no-cache-dir twine build
|
||||
CMD ["python3"]
|
Loading…
x
Reference in New Issue
Block a user