Andrew Tomaka
839591bd2d
All checks were successful
continuous-integration/drone/tag Build is passing
5 lines
77 B
Docker
5 lines
77 B
Docker
FROM python
|
|
|
|
RUN pip install mdformat mdformat-frontmatter
|
|
|
|
CMD ["mdformat"]
|