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