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:
@ -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"]
|
|
Reference in New Issue
Block a user